19 lines
263 B
JSON
19 lines
263 B
JSON
|
{
|
||
|
"name": "ZoneExclusionGeo",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "zoneExclusionGeo"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"zoneExclusionFk": {
|
||
|
"type": "number",
|
||
|
"required": true
|
||
|
},
|
||
|
"geoFk": {
|
||
|
"type": "date",
|
||
|
"required": true
|
||
|
}
|
||
|
}
|
||
|
}
|