Skip to content

Commit

Permalink
Added description property to material
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Mar 24, 2017
1 parent cbb3556 commit 738da80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json-schemas/material_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"description": "The name of the material.",
"type" : "string"
},
"description" : {
"description": "A textual narrative comprised of one or more statements describing the material.",
"type" : "string"
},
"derivesFrom" : {
"description": "A material from which this material originated.",
"type" : "array",
Expand Down

0 comments on commit 738da80

Please sign in to comment.