schemas/experienceLinkedResources.json in losant_rest-1.17.3 vs schemas/experienceLinkedResources.json in losant_rest-1.17.4
- old
+ new
@@ -1691,10 +1691,98 @@
"maxLength": 1024
},
"type": {
"type": "string",
"enum": [
+ "onSync"
+ ]
+ },
+ "config": {
+ "type": "object",
+ "properties": {
+ "syncTypes": {
+ "type": "array",
+ "maxItems": 3,
+ "minItems": 1,
+ "items": {
+ "type": "string",
+ "enum": [
+ "application",
+ "device",
+ "peripheral"
+ ]
+ }
+ }
+ },
+ "additionalProperties": false
+ },
+ "meta": {
+ "type": "object",
+ "properties": {
+ "category": {
+ "type": "string",
+ "enum": [
+ "trigger"
+ ]
+ },
+ "name": {
+ "type": "string",
+ "enum": [
+ "onSync"
+ ]
+ },
+ "label": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ },
+ "uiId": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "description": {
+ "type": "string",
+ "maxLength": 32767
+ }
+ },
+ "additionalProperties": false
+ },
+ "outputIds": {
+ "type": "array",
+ "items": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "maxLength": 48,
+ "minLength": 1
+ },
+ "maxItems": 100
+ },
+ "maxItems": 100
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "additionalProperties": false
+ },
+ {
+ "type": "object",
+ "properties": {
+ "key": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "type": {
+ "type": "string",
+ "enum": [
"opcua"
]
},
"config": {
"type": "object",
@@ -4370,10 +4458,98 @@
"maxLength": 1024
},
"type": {
"type": "string",
"enum": [
+ "onSync"
+ ]
+ },
+ "config": {
+ "type": "object",
+ "properties": {
+ "syncTypes": {
+ "type": "array",
+ "maxItems": 3,
+ "minItems": 1,
+ "items": {
+ "type": "string",
+ "enum": [
+ "application",
+ "device",
+ "peripheral"
+ ]
+ }
+ }
+ },
+ "additionalProperties": false
+ },
+ "meta": {
+ "type": "object",
+ "properties": {
+ "category": {
+ "type": "string",
+ "enum": [
+ "trigger"
+ ]
+ },
+ "name": {
+ "type": "string",
+ "enum": [
+ "onSync"
+ ]
+ },
+ "label": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ },
+ "uiId": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "description": {
+ "type": "string",
+ "maxLength": 32767
+ }
+ },
+ "additionalProperties": false
+ },
+ "outputIds": {
+ "type": "array",
+ "items": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "maxLength": 48,
+ "minLength": 1
+ },
+ "maxItems": 100
+ },
+ "maxItems": 100
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "additionalProperties": false
+ },
+ {
+ "type": "object",
+ "properties": {
+ "key": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "type": {
+ "type": "string",
+ "enum": [
"opcua"
]
},
"config": {
"type": "object",
@@ -6927,9 +7103,97 @@
"maxLength": 48
},
"id": {
"type": "string",
"maxLength": 48
+ }
+ },
+ "additionalProperties": false
+ },
+ "outputIds": {
+ "type": "array",
+ "items": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "maxLength": 48,
+ "minLength": 1
+ },
+ "maxItems": 100
+ },
+ "maxItems": 100
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "additionalProperties": false
+ },
+ {
+ "type": "object",
+ "properties": {
+ "key": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "type": {
+ "type": "string",
+ "enum": [
+ "onSync"
+ ]
+ },
+ "config": {
+ "type": "object",
+ "properties": {
+ "syncTypes": {
+ "type": "array",
+ "maxItems": 3,
+ "minItems": 1,
+ "items": {
+ "type": "string",
+ "enum": [
+ "application",
+ "device",
+ "peripheral"
+ ]
+ }
+ }
+ },
+ "additionalProperties": false
+ },
+ "meta": {
+ "type": "object",
+ "properties": {
+ "category": {
+ "type": "string",
+ "enum": [
+ "trigger"
+ ]
+ },
+ "name": {
+ "type": "string",
+ "enum": [
+ "onSync"
+ ]
+ },
+ "label": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ },
+ "uiId": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "description": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
},
"outputIds": {
\ No newline at end of file