(Install package: OSW Core) |
m (Protected "JsonSchema:Description": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": { | |||
"rdf": "http://www.w3.org/2000/01/rdf-schema#", | |||
"text": { | |||
"@id": "@value" | |||
}, | |||
"lang": { | |||
"@id": "@language" | |||
} | |||
}, | |||
"title": "Description", | |||
"id": "description", | |||
"type": "object", | |||
"required": [ | |||
"text", | |||
"lang" | |||
], | |||
"properties": { | |||
"text": { | |||
"title": "Text", | |||
"title*": { | |||
"de": "Text" | |||
}, | |||
"type": "string", | |||
"format": "textarea", | |||
"minLength": 1, | |||
"options": { | |||
"input_width": "800px" | |||
} | |||
}, | |||
"lang": { | |||
"title": "Lang code", | |||
"title*": { | |||
"de": "Sprache" | |||
}, | |||
"type": "string", | |||
"enum": [ | |||
"en", | |||
"de" | |||
], | |||
"default": "en", | |||
"default*": { | |||
"en": "en", | |||
"de": "de" | |||
}, | |||
"options": { | |||
"input_width": "100px" | |||
} | |||
} | |||
} | |||
} | } | ||
Latest revision as of 04:54, 8 January 2026
| @context |
| ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | "Description" | ||||||||||||||||||||||||||||||||||||||||||||
| id | "description" | ||||||||||||||||||||||||||||||||||||||||||||
| type | "object" | ||||||||||||||||||||||||||||||||||||||||||||
| required |
| ||||||||||||||||||||||||||||||||||||||||||||
| properties |
|