25 lines
432 B
JSON
25 lines
432 B
JSON
{
|
|
"name": "CreditClassification",
|
|
"description": "Clientes clasificados.",
|
|
"base": "VnModel",
|
|
"properties": {
|
|
"id": {
|
|
"id": true,
|
|
"type": "Number",
|
|
"description": "Identifier"
|
|
},
|
|
"started": {
|
|
"type": "date"
|
|
},
|
|
"ended": {
|
|
"type": "date"
|
|
}
|
|
},
|
|
"relations": {
|
|
"client": {
|
|
"type": "belongsTo",
|
|
"model": "Client",
|
|
"foreignKey": "clientFk"
|
|
}
|
|
}
|
|
} |