schemas/devicePatch.json in losant_rest-1.10.0 vs schemas/devicePatch.json in losant_rest-1.10.1
- old
+ new
@@ -47,13 +47,18 @@
"type": "string",
"enum": [
"string",
"number",
"gps",
- "boolean"
+ "boolean",
+ "blob"
]
},
+ "contentType": {
+ "type": "string",
+ "maxLength": 64
+ },
"description": {
"type": "string",
"maxLength": 32767
},
"attributeTags": {
@@ -79,12 +84,20 @@
"MAX",
"MIN",
"MEDIAN",
"MEAN",
"SUM",
- "STD_DEV",
- "NONE"
+ "STD_DEV"
]
+ },
+ "aggregationOptions": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "additionalProperties": false
+ },
+ "additionalProperties": false,
+ "maxItems": 0
},
"childAttributes": {
"type": "array",
"items": {
"type": "object",
\ No newline at end of file