54 lines
990 B
JSON
54 lines
990 B
JSON
{
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"model": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"full_name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"label": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"data_type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"options": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"type": ["null", "string"]
|
|
}
|
|
},
|
|
"api_writable": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"ui_writable": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"custom": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"archived": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"admin_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"created_at": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"updated_at": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
}
|
|
}
|