salix/services/production/common/models/route.json

16 lines
239 B
JSON
Raw Normal View History

2017-07-03 12:29:09 +00:00
{
"name": "Route",
2017-10-11 13:36:47 +00:00
"base": "VnModel",
2017-07-03 12:29:09 +00:00
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"date": {
"type": "date"
}
},
2017-10-10 09:14:35 +00:00
"validations": [],
"methods": {}
2017-07-03 12:29:09 +00:00
}