2017-09-27 15:44:51 +00:00
|
|
|
{
|
|
|
|
"name": "CreditClassification",
|
|
|
|
"description": "Clientes clasificados.",
|
2017-10-11 13:36:47 +00:00
|
|
|
"base": "VnModel",
|
2017-09-27 15:44:51 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
|
|
|
"type": "Number",
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"started": {
|
|
|
|
"type": "date"
|
|
|
|
},
|
|
|
|
"ended": {
|
|
|
|
"type": "date"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"client": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Client",
|
|
|
|
"foreignKey": "clientFk"
|
|
|
|
}
|
2017-10-11 13:36:47 +00:00
|
|
|
}
|
2017-09-27 15:44:51 +00:00
|
|
|
}
|