Update schema/framework_schema.json

#8
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"]