enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
53 lines (40 loc) • 870 B
JSON
{
"type": "object",
"reference": "schema_ge002",
"title": "GE002",
"IdentityField": "id",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "name",
"ListCellDescriptionField": "name",
"ListCellIcon": "el-icon-collection",
"properties": {
"name": {
"type": "string",
"title": "Name"
},
"desc": {
"type": "string",
"title": "Description",
"attrs": {
"type": "textarea"
}
},
"p1id": {
"type": "number",
"title": "Category",
"attrs": {
"type" : "selectobject",
"dictionary" : "mode_ge002_dictionary"
}
},
"key1": {
"type": "string",
"title": "Tags",
"attrs": {
"type" : "tags"
}
}
},
"additionalProperties": false,
"required": ["name"]
}