473
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
jsonschema | |||
---|---|---|---|
Line 18: | Line 18: | ||
"@prefix": true | "@prefix": true | ||
}, | }, | ||
" | "rdf_type": { | ||
"@id": "@type" | "@id": "@type", | ||
"@type": "@id" | |||
}, | }, | ||
"uuid*": "Property:HasUuid", | "uuid*": "Property:HasUuid", | ||
Line 61: | Line 62: | ||
"type": "string", | "type": "string", | ||
"format": "uuid", | "format": "uuid", | ||
"options": { | |||
"hidden": true | |||
} | |||
}, | |||
"iri": { | |||
"title": "IRI", | |||
"description": "The Internationalized Resource Identifier (IRI) of this entity", | |||
"description*": { | |||
"de": "Der internationalisierte Ressourcenbezeichner (IRI) dieser Entität" | |||
}, | |||
"type": "string", | |||
"format": "url", | |||
"options": { | "options": { | ||
"hidden": true | "hidden": true | ||
Line 264: | Line 277: | ||
} | } | ||
] | ] | ||
} | |||
}, | |||
"meta": { | |||
"$ref": "/wiki/JsonSchema:Meta?action=raw", | |||
"options": { | |||
"hidden": true | |||
} | } | ||
} | } | ||
} | } | ||
} | } |
edits