enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
58 lines (46 loc) • 988 B
JSON
{
"type": "object",
"title": "Time Sheets",
"IdentityField": "id",
"ListCellComponent": "ListCellSmall",
"ListCellTitleField": "title",
"ListCellDescriptionField": "ref",
"ListCellIcon": "el-icon-collection",
"properties": {
"title": {
"type": "string",
"title": "Title"
},
"tags": {
"type": "string",
"title": "Tags",
"attrs": {
"title": "Please enter the Document's Description"
}
},
"data": {
"type": "string",
"title": "Data",
"attrs": {
"type": "textarea",
"title": "Please enter the Document's Description"
}
},
"dtstart": {
"type": "string",
"title": "Document Date",
"attrs": {
"type": "datetime"
}
},
"dtend": {
"type": "string",
"title": "Document Date",
"attrs": {
"type": "datetime"
}
}
},
"additionalProperties": false,
"required": ["title"]
}