enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
26 lines (18 loc) • 440 B
JSON
{
"reference": "schema_simple",
"type": "object",
"title": "Simple",
"IdentityField": "id",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "description",
"ListCellDescriptionField": "description",
"ListCellIcon": "el-icon-collection",
"properties": {
"description": {
"type": "string",
"title": "Description"
}
},
"additionalProperties": false,
"required": []
}