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