enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
29 lines (21 loc) • 500 B
JSON
{
"type": "object",
"title": "CALDAV",
"IdentityField": "displayname",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "displayname",
"ListCellDescriptionField": "ref",
"ListCellIcon": "el-icon-collection",
"properties": {
"displayname": {
"type": "string",
"title": "Display Name"
},
"description": {
"type": "string",
"title": "Description"
}
},
"additionalProperties": false,
"required": ["displayname"]
}