29 lines
508 B
JSON
29 lines
508 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"
|
|
}
|
|
},
|
|
|
|
"scope": {
|
|
"where" :{
|
|
"expired": null
|
|
}
|
|
}
|
|
} |