loopback-workspace
Version:
**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical security fixes will be provided. (See [Module Long Term Support Policy](#module-long-term-support-policy) below.)**
43 lines (42 loc) • 702 B
JSON
{
"validateUpsert": true,
"properties": {
"id": {
"type": "string",
"id": true,
"json": false
},
"modelId": {
"type": "string",
"required": true,
"json": false
},
"facetName": {
"type": "string",
"required": true,
"json": false
},
"type": {
"type": "string"
},
"model": {
"type": "string"
},
"as": {
"type": "string"
},
"foreignKey": {
"type": "string"
}
},
"public": true,
"dataSource": "db",
"base": "WorkspaceEntity",
"relations": {
"model": {
"type": "belongsTo",
"model": "ModelDefinition",
"foreignKey": "modelId"
}
}
}