262
edits
([bot] update of page content) Tag: Metadata slot edit |
(fix) Tag: Metadata slot edit |
||
| (2 intermediate revisions by 2 users not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 13: | Line 13: | ||
], | ], | ||
"meta": { | "meta": { | ||
"uuid": " | "uuid": "4869d0ce-f160-4b42-b000-d2e56679e327", | ||
"wiki_page": { | "wiki_page": { | ||
"title": "OSWda90a62a5b58532d8f9570da405213ee", | "title": "OSWda90a62a5b58532d8f9570da405213ee", | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{} | { | ||
"@context": [ | |||
{ | |||
"nfdicore": "https://nfdi.fiz-karlsruhe.de/ontology/", | |||
"mwo": "http://purls.helmholtz-metadaten.de/mwo/", | |||
"pmdco": "https://w3id.org/pmd/co/", | |||
"iao": { | |||
"@id": "http://purl.obolibrary.org/obo/IAO_", | |||
"@prefix": true | |||
}, | |||
"type": "@type", | |||
"value": "nfdicore:hasValue", | |||
"value*": "Property:nfdicore:hasValue", | |||
"first_name": "iao:0000235", | |||
"last_name": "iao:0000235", | |||
"first_name*": "Property:bfo:denotedBy", | |||
"last_name*": "Property:bfo:denotedBy" | |||
} | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "Person", | |||
"type": "object", | |||
"required": [ | |||
"type" | |||
], | |||
"defaultProperties": [ | |||
"first_name", | |||
"last_name" | |||
], | |||
"properties": { | |||
"type": { | |||
"type": "array", | |||
"items": { | |||
"type": "string", | |||
"readOnly": true | |||
}, | |||
"default": [ | |||
"Category:OSWda90a62a5b58532d8f9570da405213ee" | |||
] | |||
}, | |||
"first_name": { | |||
"type": "object", | |||
"title": "First Name", | |||
"properties": { | |||
"value": { | |||
"type": "string", | |||
"default": "Max" | |||
} | |||
} | |||
}, | |||
"last_name": { | |||
"type": "object", | |||
"title": "Last Name", | |||
"properties": { | |||
"value": { | |||
"type": "string", | |||
"default": "Mustermann" | |||
} | |||
} | |||
} | |||
} | |||
} | |||