schemas/multiDeviceCommand.json in losant_rest-1.12.0 vs schemas/multiDeviceCommand.json in losant_rest-1.13.0
- old
+ new
@@ -1070,9 +1070,318 @@
"$ne"
],
"additionalProperties": false
}
]
+ },
+ "disconnectedAt": {
+ "oneOf": [
+ {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ {
+ "type": "object",
+ "properties": {
+ "$eq": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$ne": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$gt": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$lt": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$gte": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$lte": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$startsWith": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$endsWith": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$contains": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$ci": {
+ "type": "boolean"
+ },
+ "$in": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ }
+ },
+ "$nin": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ }
+ }
+ },
+ "additionalProperties": false
+ }
+ ]
+ },
+ "connectedAt": {
+ "oneOf": [
+ {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ {
+ "type": "object",
+ "properties": {
+ "$eq": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$ne": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$gt": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$lt": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$gte": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$lte": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$startsWith": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$endsWith": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$contains": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$ci": {
+ "type": "boolean"
+ },
+ "$in": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ }
+ },
+ "$nin": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ }
+ }
+ },
+ "additionalProperties": false
+ }
+ ]
+ },
+ "connectionStatus": {
+ "oneOf": [
+ {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ {
+ "type": "object",
+ "properties": {
+ "$eq": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$ne": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$gt": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$lt": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$gte": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$lte": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "$startsWith": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$endsWith": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$contains": {
+ "type": "string",
+ "minLength": 1
+ },
+ "$ci": {
+ "type": "boolean"
+ },
+ "$in": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ }
+ },
+ "$nin": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ }
+ }
+ },
+ "additionalProperties": false
+ }
+ ]
}
},
"additionalProperties": false
}
},
\ No newline at end of file