salix/modules/travel/back/models/thermograph.json

22 lines
400 B
JSON
Raw Normal View History

{
"name": "Thermograph",
"base": "VnModel",
"options": {
"mysql": {
"table": "thermograph"
}
},
"properties": {
"id": {
2022-05-12 07:47:47 +00:00
"type": "string",
"id": true,
"description": "Identifier",
"required": true
},
"model": {
2022-05-12 07:47:47 +00:00
"type": "string",
"required": true
}
}
}