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.)**
47 lines (46 loc) • 741 B
JSON
{
"validateUpsert": true,
"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"
}
}
}