UNPKG

loopback-workspace

Version:
45 lines 714 B
{ "properties": { "id": { "type": "string", "id": true, "json": false }, "propertyId": { "type": "string", "required": true, "json": false }, "type": { "type": "string" }, "message": { "type": "string" }, "min": { "type": "number" }, "max": { "type": "string" }, "int": { "type": "string" }, "number": { "type": "string" }, "with": { "type": "string" } }, "public": true, "dataSource": "db", "base": "WorkspaceEntity", "relations": { "model": { "type": "belongsTo", "model": "ModelProperty", "foreignKey": "propertyId" } } }