Skip to content

Commit

Permalink
Improve about and creator schema
Browse files Browse the repository at this point in the history
ref #441
  • Loading branch information
acka47 committed Feb 25, 2021
1 parent 4c34537 commit ab4192d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion schemas/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$id": "resource:/about.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Subject",
"description": "The subject of a publication",
"description": "The subject, e.g. project or product, of a publication",
"type": "array",
"items": {
"type": "object",
Expand Down
8 changes: 1 addition & 7 deletions schemas/creator.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@
]
},
"id": {
"title": "URL",
"type": "string",
"format": "uri"
},
"name": {
"title": "Name",
"type": "string"
"$ref": "resource:/id.json"
}
},
"required": [
Expand Down

0 comments on commit ab4192d

Please sign in to comment.