259
edits
(fix) Tag: Metadata slot edit |
(fix) Tag: Metadata slot edit |
||
(3 intermediate revisions by the same user not shown) | |||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
"Category | "../Category/Entity.slot_jsonschema.json" | ||
], | ], | ||
"uuid": "5044076e-d688-4123-9111-6162b574f017", | "uuid": "5044076e-d688-4123-9111-6162b574f017", | ||
Line 74: | Line 74: | ||
} | } | ||
], | ], | ||
"$ref": "JsonSchema | "$ref": "../JsonSchema/Label.slot_main.json" | ||
}, | }, | ||
"minItems": 1 | "minItems": 1 | ||
Line 99: | Line 99: | ||
"de": "Kurzname" | "de": "Kurzname" | ||
}, | }, | ||
"$ref": "JsonSchema | "$ref": "../JsonSchema/Label.slot_main.json" | ||
} | } | ||
}, | }, | ||
Line 137: | Line 137: | ||
} | } | ||
], | ], | ||
"$ref": "JsonSchema | "$ref": "../JsonSchema/Description.slot_main.json" | ||
} | } | ||
}, | }, | ||
Line 193: | Line 193: | ||
}, | }, | ||
"items": { | "items": { | ||
"$ref": "JsonSchema | "$ref": "../JsonSchema/Statement.slot_main.json" | ||
} | } | ||
}, | }, | ||
Line 235: | Line 235: | ||
}, | }, | ||
"meta": { | "meta": { | ||
"$ref": "JsonSchema | "$ref": "../JsonSchema/Meta.slot_main.json", | ||
"options": { | "options": { | ||
"hidden": true | "hidden": true |