Skip to content

Commit

Permalink
added descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
odungern committed Jan 24, 2020
1 parent 4db437c commit a6890e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schema/specif.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,8 @@
"$ref": "#/definitions/value"
},
"extends": {
"$ref": "#/definitions/key"
"$ref": "#/definitions/key",
"description": "Must be a member of resourceClasses."
},
"icon": {
"$ref": "#/definitions/icon"
Expand Down Expand Up @@ -580,7 +581,8 @@
"$ref": "#/definitions/value"
},
"extends": {
"$ref": "#/definitions/key"
"$ref": "#/definitions/key",
"description": "Must be a member of statementClasses."
},
"icon": {
"$ref": "#/definitions/icon"
Expand Down

0 comments on commit a6890e4

Please sign in to comment.