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": { "properties": {
"@context": { "@context": {
"type": "string", "type": "string",
"enum": "https://schema.kosmos.org/", "enum": [ "https://schema.kosmos.org" ],
"default": "https://schema.kosmos.org/" "default": "https://schema.kosmos.org"
}, },
"@type": { "@type": {
"type": "string", "type": "string",
"enum": "Contribution", "enum": [ "Contribution" ],
"default": "Contribution" "default": "Contribution"
}, },
"contributor": { "contributor": {

View File

@ -4,12 +4,12 @@
"properties": { "properties": {
"@context": { "@context": {
"type": "string", "type": "string",
"enum": "https://schema.kosmos.org/", "enum": [ "https://schema.kosmos.org" ],
"default": "https://schema.kosmos.org/" "default": "https://schema.kosmos.org"
}, },
"@type": { "@type": {
"type": "string", "type": "string",
"enum": "Contributor", "enum": [ "Contributor" ],
"default": "Contributor" "default": "Contributor"
}, },
"kind": { "kind": {