schemas/flowPatch.json in losant_rest-1.8.7 vs schemas/flowPatch.json in losant_rest-1.8.9

- old
+ new

@@ -25,17 +25,17 @@ }, "enabled": { "type": "boolean" }, "defaultVersionId": { - "$oneOf": [ + "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { - "type": null + "type": "null" } ] }, "triggers": { "type": "array", @@ -60,13 +60,17 @@ "deviceTagConnect", "deviceTagDisconnect", "deviceTagInactivity", "endpoint", "event", + "fileTail", "fileWatch", "integration", "mqttTopic", "notebook", + "onBoot", + "onConnect", + "onDisconnect", "opcua", "redis", "request", "serial", "timer", \ No newline at end of file