loopback-workspace
Version:
44 lines (43 loc) • 692 B
JSON
{
"properties": {
"id": {
"type": "string",
"id": true,
"json": false
},
"modelId": {
"type": "string",
"required": true,
"json": false
},
"facetName": {
"type": "string",
"required": true,
"json": false
},
"aliases": {
"type": "array"
},
"isStatic": {
"type": "boolean"
},
"accepts": {
"type": "array"
},
"returns": {
"type": "array"
},
"description": {
"type": "string"
},
"http": {
"type": ["object"]
},
"shared": {
"type": "boolean"
}
},
"public": true,
"dataSource": "db",
"base": "WorkspaceEntity"
}