32 lines
573 B
JSON
32 lines
573 B
JSON
{
|
|
"name": "Company",
|
|
"description": "Companies",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "company"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"id": true,
|
|
"type": "Number",
|
|
"description": "Identifier"
|
|
},
|
|
"code": {
|
|
"type": "String"
|
|
},
|
|
"expired": {
|
|
"type": "date"
|
|
},
|
|
"isOfficial": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
|
|
"scope": {
|
|
"where" :{
|
|
"expired": null
|
|
}
|
|
}
|
|
} |