enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
34 lines (25 loc) • 578 B
JSON
{
"reference": "schema_settings",
"type": "object",
"title": "Settings",
"IdentityField": "id",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "description",
"ListCellDescriptionField": "description",
"ListCellIcon": "el-icon-collection",
"properties": {
"schema": {
"type": "string",
"default": "schema_settings",
"attrs": {
"type": "hidden"
}
},
"description": {
"type": "string",
"title": "Description"
}
},
"additionalProperties": false,
"required": []
}