UNPKG

relution-sdk

Version:

Relution Software Development Kit for TypeScript and JavaScript

27 lines (26 loc) 476 B
{ "name": "requester", "label": "requester", "description": "Requester Model", "attributes": [ { "name": "id", "description": "Some userid of foreign system, informal only, not a user of the app", "type": "String", "mandatory": true, "key": true }, { "name": "name", "type": "String" }, { "name": "email", "type": "String" }, { "name": "phone", "type": "String" } ] }