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

22 lines
400 B
JSON

{
"name": "Thermograph",
"base": "VnModel",
"options": {
"mysql": {
"table": "thermograph"
}
},
"properties": {
"id": {
"type": "string",
"id": true,
"description": "Identifier",
"required": true
},
"model": {
"type": "string",
"required": true
}
}
}