enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
47 lines (35 loc) • 781 B
JSON
{
"type": "object",
"title": "Calendar Settings",
"IdentityField": "id",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "description",
"ListCellDescriptionField": "description",
"ListCellIcon": "el-icon-collection",
"properties": {
"id": {
"type": "string",
"default":"TEST",
"attrs": {
"type": "hidden"
}
},
"schema": {
"type": "string",
"default": "schema_settings",
"attrs": {
"type": "hidden"
}
},
"description": {
"type": "string",
"title": "Description"
},
"other": {
"type": "string",
"title": "Other"
}
},
"additionalProperties": false,
"required": ["userdisplayname"]
}