From 50c46b4b413871ac7936a6b87560ecb13bebd482 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 5 Jun 2017 16:19:27 +0200 Subject: [PATCH] Fix enum --- schemas/contribution.json | 6 +++--- schemas/contributor.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/schemas/contribution.json b/schemas/contribution.json index 7d70301..198226a 100644 --- a/schemas/contribution.json +++ b/schemas/contribution.json @@ -4,12 +4,12 @@ "properties": { "@context": { "type": "string", - "enum": "https://schema.kosmos.org/", - "default": "https://schema.kosmos.org/" + "enum": [ "https://schema.kosmos.org" ], + "default": "https://schema.kosmos.org" }, "@type": { "type": "string", - "enum": "Contribution", + "enum": [ "Contribution" ], "default": "Contribution" }, "contributor": { diff --git a/schemas/contributor.json b/schemas/contributor.json index f6a15a6..8472cec 100644 --- a/schemas/contributor.json +++ b/schemas/contributor.json @@ -4,12 +4,12 @@ "properties": { "@context": { "type": "string", - "enum": "https://schema.kosmos.org/", - "default": "https://schema.kosmos.org/" + "enum": [ "https://schema.kosmos.org" ], + "default": "https://schema.kosmos.org" }, "@type": { "type": "string", - "enum": "Contributor", + "enum": [ "Contributor" ], "default": "Contributor" }, "kind": {