UNPKG

enco-poodle-json-schema

Version:
46 lines (40 loc) 910 B
{ "type": "object", "reference": "schema_default", "title": "Default Schema", "properties": { "context": { "type": "string", "title": "Context", "enum": [ {"value": "1", "label": "Mode"}, {"value": "2", "label": "Schema"}, {"value": "10", "label": "Clients"} ], "attrs": { "title": "Please select the context" } }, "title": { "type": "string", "title": "Title" }, "tags": { "type": "string", "title": "Tags", "attrs": { "title": "Please enter the Document's Description" } }, "data": { "type": "string", "title": "Data", "attrs": { "type": "textarea", "title": "Please enter the Document's Description" } } }, "additionalProperties": false, "required": ["title"] }