Fix enum
This commit is contained in:
parent
603b1b63f1
commit
50c46b4b41
@ -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": {
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user