diff --git a/schemas/party.json b/schemas/party.json index 8c75b97..65088cc 100644 --- a/schemas/party.json +++ b/schemas/party.json @@ -12,7 +12,19 @@ "type": "string" }, "organizer_entity": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + }, + "minItems": 1, + "uniqueItems": true + } + ] }, "start_on": { "type": "string"