enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
34 lines (25 loc) • 566 B
JSON
{
"type": "object",
"reference": "schema_context",
"title": "Contexts",
"IdentityField": "id",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "context",
"ListCellDescriptionField": "ref",
"ListCellIcon": "el-icon-collection",
"properties": {
"id": {
"type": "string",
"title": "Identity",
"attrs": {
"type": "text-disabled"
}
},
"context": {
"type": "string",
"title": "Context"
}
},
"additionalProperties": false,
"required": ["context"]
}