2,276
edits
(Install package: OSW Base) |
(Update package: OSW Base) |
||
jsondata | |||
---|---|---|---|
Line 13: | Line 13: | ||
"text": "Article", | "text": "Article", | ||
"lang": "en" | "lang": "en" | ||
}, | |||
{ | |||
"text": "Artikel", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "A generic entry that can contain both text and media content", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Ein allgemeiner Eintrag der sowohl Text als auch Medieninhalte enthalten kann", | |||
"lang": "de" | |||
} | } | ||
] | ] | ||
} | } | ||
jsonschema | |||
Line 21: | Line 21: | ||
], | ], | ||
"title": "Article", | "title": "Article", | ||
"title*": { | |||
"de": "Article" | |||
}, | |||
"description": "A generic entry that can contain both text and media content", | |||
"description*": { | |||
"de": "Ein allgemeiner Eintrag der sowohl Text als auch Medieninhalte enthalten kann" | |||
}, | |||
"properties": {} | "properties": {} | ||
} | } |