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

16 lines (15 loc) 214 B
{ "base": "Model", "validateUpsert": true, "properties": { "path": { "type": "string", "id": true }, "data": { "type": "any" } }, "dataSource": "db", "public": false }