This commit is contained in:
Basti 2017-06-05 16:19:27 +02:00
parent 603b1b63f1
commit 50c46b4b41
2 changed files with 6 additions and 6 deletions

View File

@ -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": {

View File

@ -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": {