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