schemas/device.json in losant_rest-1.4.2 vs schemas/device.json in losant_rest-1.5.0
- old
+ new
@@ -85,15 +85,20 @@
"type": "string",
"enum": [
"standalone",
"gateway",
"peripheral",
- "floating"
+ "floating",
+ "edgeCompute"
]
},
"gatewayId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
+ },
+ "edgeAgentVersion": {
+ "type": "string",
+ "pattern": "^(0|([1-9]\\d*))\\.(0|([1-9]\\d*))\\.(0|([1-9]\\d*))$"
},
"connectionInfo": {
"type": "object",
"properties": {
"time": {
\ No newline at end of file