loopback-workspace
Version:
31 lines • 519 B
JSON
{
"properties": {
"id": {
"type": "string",
"id": true,
"json": false
},
"facetName": {
"type": "string",
"required": true,
"json": false
}
},
"public": true,
"dataSource": "db",
"options": {
"defaultConfigFile": "config.json",
"configFiles": [
"config.json",
"config.*.json"
]
},
"base": "Definition",
"relations": {
"facet": {
"type": "belongsTo",
"model": "Facet",
"foreignKey": "facetName"
}
}
}