UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

31 lines (30 loc) 483 B
{ "name": "Subscription", "base": "Model", "properties":{ "userId": { "type": "number", "required": true }, "product" :{ "type": "string", "required": true }, "features" :{ "type": "string" }, "activationDate": { "type": "date" }, "expirationDate": { "type": "date" }, "licenseKey": { "type": "string" } }, "validations": [], "relations": {}, "acls": [], "methods": [] }