schemas/deviceConnectionStatus.json in losant_rest-1.19.0 vs schemas/deviceConnectionStatus.json in losant_rest-1.19.1
- old
+ new
@@ -31,10 +31,15 @@
"required": [
"$date"
]
}
]
+ },
+ "ipAddress": {
+ "type": "string",
+ "minLength": 2,
+ "maxLength": 39
}
},
"required": [
"status"
],
@@ -102,9 +107,14 @@
"messagesFromClient": {
"type": "number"
},
"messagesToClient": {
"type": "number"
+ },
+ "ipAddress": {
+ "type": "string",
+ "minLength": 2,
+ "maxLength": 39
}
},
"required": [
"status"
],
\ No newline at end of file