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