big-head
Version:
A control panel generator for APIed-Piper
80 lines (79 loc) • 1.32 kB
JSON
{
"category": {
"operation": {
"all": true
},
"definition": {
"name": {
"type": "string",
"mandatory": true
},
"active": {
"type": "boolean",
"mandatory": true,
"default": false
},
"key": {
"type": "number"
}
},
"datatable_search_fields": [
"name"
]
},
"type": {
"operation": {
"all": true
},
"definition": {
"name": {
"type": "string",
"mandatory": true
},
"active": {
"type": "boolean",
"mandatory": true,
"default": false
},
"key": {
"type": "number"
}
},
"datatable_search_fields": [
"name"
]
},
"product": {
"operation": {
"all": true
},
"definition": {
"name": {
"type": "string",
"mandatory": true
},
"description": {
"type": "string"
},
"count": {
"type": "number",
"mandatory": true,
"default": 0
},
"type": {
"type": "oid",
"rel": "type"
},
"category": {
"type": "oid",
"rel": "category"
},
"moreInfo": {
"type": "any"
}
},
"datatable_search_fields": [
"name"
]
}
}