19 lines
337 B
JSON
19 lines
337 B
JSON
{
|
|
"fields": {
|
|
"id": {
|
|
"type": "id",
|
|
"dbType": "string",
|
|
"maxLength": 64
|
|
},
|
|
"data": {
|
|
"type": "jsonObject"
|
|
},
|
|
"enabled": {
|
|
"type": "bool"
|
|
},
|
|
"isLocked": {
|
|
"type": "bool"
|
|
}
|
|
}
|
|
}
|