Skip to content

Commit

Permalink
#2: make creators optional for collections
Browse files Browse the repository at this point in the history
  • Loading branch information
ctgraham committed Sep 12, 2024
1 parent 418c840 commit 868a40d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schemas/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"title": "Collection",
"required": [
"category",
"creators",
"dates",
"extents",
"external_identifiers",
Expand Down Expand Up @@ -106,7 +105,6 @@
},
"creators": {
"type": "array",
"minItems": 1,
"items": {
"allOf": [{
"$ref": "base.json#/definitions/reference"
Expand Down

0 comments on commit 868a40d

Please sign in to comment.