From 868a40da783faeaab213721637852ce289a187d1 Mon Sep 17 00:00:00 2001 From: Clinton Graham Date: Thu, 12 Sep 2024 15:48:01 -0400 Subject: [PATCH] #2: make creators optional for collections --- schemas/collection.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/schemas/collection.json b/schemas/collection.json index dc72133..928198a 100644 --- a/schemas/collection.json +++ b/schemas/collection.json @@ -9,7 +9,6 @@ "title": "Collection", "required": [ "category", - "creators", "dates", "extents", "external_identifiers", @@ -106,7 +105,6 @@ }, "creators": { "type": "array", - "minItems": 1, "items": { "allOf": [{ "$ref": "base.json#/definitions/reference"