backnotprop tmccoy14 commited on
Commit
6e81579
1 Parent(s): 63707f8

Update schema/framework_schema.json (#8)

Browse files

- Update schema/framework_schema.json (df3f41e55d32683979586110c6c194beb802418c)


Co-authored-by: Tucker McCoy <tmccoy14@users.noreply.huggingface.co>

Files changed (1) hide show
  1. schema/framework_schema.json +4 -1
schema/framework_schema.json CHANGED
@@ -11,6 +11,9 @@
11
  "description": {
12
  "type": "string"
13
  },
 
 
 
14
  "stages": {
15
  "type": "array",
16
  "items": {
@@ -62,7 +65,7 @@
62
  }
63
  }
64
  },
65
- "required": ["name", "description", "stages"]
66
  }
67
  },
68
  "required": ["framework"]
 
11
  "description": {
12
  "type": "string"
13
  },
14
+ "iconUrl": {
15
+ "type": "string"
16
+ },
17
  "stages": {
18
  "type": "array",
19
  "items": {
 
65
  }
66
  }
67
  },
68
+ "required": ["name", "description", "iconUrl", "stages"]
69
  }
70
  },
71
  "required": ["framework"]