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

43 lines (42 loc) 818 B
{ "validateUpsert": true, "properties": { "name": { "id": true, "type": "string", "json": false }, "modelsMetadata": { "type": "object", "json": false }, "defaultPermission": { "type": "string" } }, "public": true, "dataSource": "db", "base": "Definition", "relations": { "models": { "type": "hasMany", "model": "ModelDefinition", "foreignKey": "facetName" }, "datasources": { "type": "hasMany", "model": "DataSourceDefinition", "foreignKey": "facetName" }, "modelConfigs": { "type": "hasMany", "model": "ModelConfig", "foreignKey": "facetName" }, "settings": { "type": "hasMany", "model": "FacetSetting", "foreignKey": "facetName" } } }