enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
25 lines (17 loc) • 402 B
JSON
{
"type": "object",
"title": "Primatives",
"IdentityField": "",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "reference",
"ListCellDescriptionField": "reference",
"ListCellIcon": "el-icon-collection",
"properties": {
"reference": {
"type": "string",
"title": "Reference"
}
},
"additionalProperties": false,
"required": []
}