enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
46 lines (40 loc) • 910 B
JSON
{
"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"]
}