UNPKG

enco-poodle-json-schema

Version:
47 lines (35 loc) 781 B
{ "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"] }