UNPKG

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.)**

45 lines (44 loc) 718 B
{ "validateUpsert": true, "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" }