Skip to content

Commit

Permalink
#27 - Added author to JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Apr 20, 2020
1 parent afdc828 commit 5ee64d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schema/bom-1.2.schema-DRAFT-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
"default": "",
"pattern": "^(.*)$"
},
"author": {
"type": "string",
"title": "Component Author",
"description": "The person(s) or organization(s) that authored the component",
"default": "",
"examples": ["Acme Inc"],
"pattern": "^(.*)$"
},
"publisher": {
"type": "string",
"title": "Component Publisher",
Expand Down

0 comments on commit 5ee64d0

Please sign in to comment.