schemas/timeSeriesData.json in losant_rest-1.10.3 vs schemas/timeSeriesData.json in losant_rest-1.10.4
- old
+ new
@@ -87,11 +87,21 @@
},
"options": {
"type": "object",
"properties": {
"value": {
- "type": "string",
- "maxLength": 255
+ "oneOf": [
+ {
+ "type": "string",
+ "maxLength": 255
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ]
}
},
"additionalProperties": false,
"required": [
"value"
\ No newline at end of file