UNPKG

loopback-component-openpay

Version:
30 lines (29 loc) 453 B
{ "name": "request_openpay", "base": "PersistedModel", "idInjection": true, "options": { "validateUpsert": true }, "properties": { "date": { "type": "date" }, "response": { "type": "object" }, "error": { "type": "string" } }, "validations": [], "relations": { "user":{ "type": "belongsTo", "model": "user", "foreignKey": "" } }, "acls": [], "methods": {} }