enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
29 lines (21 loc) • 489 B
JSON
{
"type": "object",
"title": "Schema",
"IdentityField": "displayname",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "title",
"ListCellDescriptionField": "title",
"ListCellIcon": "el-icon-collection",
"properties": {
"title": {
"type": "string",
"title": "Schema Title"
},
"IdentityField": {
"type": "string",
"title": "Identity Field"
}
},
"additionalProperties": false,
"required": ["title"]
}