(Update package: OSW Core) |
(Update package: OSW Core) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
"@context": { | "@context": { | ||
"rdf": "http://www.w3.org/2000/01/rdf-schema#", | "rdf": "http://www.w3.org/2000/01/rdf-schema#", | ||
"text": { | "text": { | ||
"@id": "@value" | "@id": "@value" | ||
| Line 29: | Line 22: | ||
"de": "Text" | "de": "Text" | ||
}, | }, | ||
"type": "string" | "type": "string", | ||
"format": "textarea", | |||
"minLength": 1, | |||
"options": { | |||
"input_width": "800px" | |||
} | |||
}, | }, | ||
"lang": { | "lang": { | ||
| Line 41: | Line 39: | ||
"de" | "de" | ||
], | ], | ||
"default": "en" | "default": "en", | ||
"default*": { | |||
"en": "en", | |||
"de": "de" | |||
}, | |||
"options": { | |||
"input_width": "100px" | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
Latest revision as of 02:36, 15 November 2023
| @context |
| ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | "Description" | ||||||||||||||||||||||||||||||||||||||||||||
| id | "description" | ||||||||||||||||||||||||||||||||||||||||||||
| type | "object" | ||||||||||||||||||||||||||||||||||||||||||||
| required |
| ||||||||||||||||||||||||||||||||||||||||||||
| properties |
|