2020-01-09 09:49:09 +00:00
|
|
|
{
|
|
|
|
"name": "Thermograph",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "thermograph"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string",
|
2020-01-09 09:49:09 +00:00
|
|
|
"id": true,
|
2020-05-27 11:11:41 +00:00
|
|
|
"description": "Identifier",
|
|
|
|
"required": true
|
2020-01-09 09:49:09 +00:00
|
|
|
},
|
|
|
|
"model": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string",
|
2020-05-27 11:11:41 +00:00
|
|
|
"required": true
|
2020-01-09 09:49:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|