Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{ "name": "subscriptionData", "base": "PersistedModel", "idInjection": true, "options": { "validateUpsert": true }, "properties": { "offset": { "type": "number", "description": "refresh period to " }, "callback": { "type": "string", "description": "URL endpoint to a REST service to send changes of the logs" } }, "validations": [], "relations": {}, "acls": [], "methods": {} }