schemas/flowPatch.json in losant_rest-1.4.2 vs schemas/flowPatch.json in losant_rest-1.5.0

- old
+ new

@@ -36,10 +36,11 @@ }, "type": { "type": "string", "enum": [ "dataTable", + "deviceCommand", "deviceId", "deviceIdConnect", "deviceIdDisconnect", "deviceIdInactivity", "deviceTag", @@ -48,10 +49,11 @@ "deviceTagInactivity", "endpoint", "event", "integration", "mqttTopic", + "request", "timer", "virtualButton", "webhook" ] }, @@ -139,9 +141,13 @@ "required": [ "key", "json" ] } + }, + "minimumAgentVersion": { + "type": "string", + "pattern": "^(0|([1-9]\\d*))\\.(0|([1-9]\\d*))\\.(0|([1-9]\\d*))$" } }, "additionalProperties": false } \ No newline at end of file