schemas/flow.json in losant_rest-1.15.2 vs schemas/flow.json in losant_rest-1.16.0

- old
+ new

@@ -29,15 +29,32 @@ }, "description": { "type": "string", "maxLength": 32767 }, + "shortDescription": { + "type": "string", + "maxLength": 1024 + }, "iconData": { "type": "string", "maxLength": 32767, "pattern": "^data:image/(jpg|jpeg|png|svg\\+xml);base64,[0-9a-zA-Z+/=]*$" }, + "docsUrl": { + "type": "string", + "maxLength": 1024 + }, + "category": { + "type": "string", + "enum": [ + "data", + "experience", + "logic", + "output" + ] + }, "enabled": { "type": "boolean" }, "defaultVersionId": { "type": "string", @@ -106,9 +123,10 @@ "deviceCommand", "deviceIdsTagsConnect", "deviceIdsTagsDisconnect", "eeaInit", "flowError", + "azureEventHub", "googlePubSub", "meridian", "mqtt", "notebook", "onBoot", \ No newline at end of file