5,641
edits
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 7: | Line 7: | ||
<div class="JsonEditor" style="font-size:medium;height:500px" data-config='{ | <div class="JsonEditor" style="font-size:medium;height:500px" data-config='{ | ||
"schema": { | "schema": { | ||
"type": "object", | "@context": { | ||
"name": "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#title", | |||
"keywords": "https://www.w3.org/ns/dcat#themeTaxonomy" | |||
" | }, | ||
"type": "object", | |||
"title": "My Dataset", | |||
"required": ["name", "keywords", "columns"], | |||
"properties": { | |||
"name": {"type": "string"}, | |||
"keywords": { | |||
"type": "array", | |||
"title": "keywords", | |||
"items": { | |||
"$ref": "/wiki/JsonSchema:UuidUriProperty?action=raw" | |||
} | |||
}, | |||
"columns": { | |||
"type": "array", | |||
"items": { | |||
"type": "object", | |||
"properties": { | |||
"name": { | |||
"type": "string" | |||
}, | }, | ||
" | "quantity": { | ||
"$ref": "/wiki/JsonSchema:UuidUriProperty?action=raw" | |||
} | } | ||
} | |||
} | |||
} | } | ||
} | |||
}, "data": { | }, "data": { | ||
"color": "#ff0000", | "color": "#ff0000", |