schemas/flowVersion.json in losant_rest-1.20.0 vs schemas/flowVersion.json in losant_rest-1.20.1
- old
+ new
@@ -315,10 +315,145 @@
"maxLength": 1024
},
"type": {
"type": "string",
"enum": [
+ "beckhoff"
+ ]
+ },
+ "config": {
+ "type": "object",
+ "properties": {
+ "localAmsNetId": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "localAdsPort": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "targetAmsNetId": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "targetAdsPort": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "routerHost": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "routerTcpPort": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "cycleTimeMs": {
+ "type": "integer",
+ "minimum": 10,
+ "maximum": 3600000
+ },
+ "subscriptions": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string",
+ "maxLength": 1024
+ }
+ }
+ },
+ "maxItems": 100
+ }
+ },
+ "additionalProperties": false
+ },
+ "meta": {
+ "type": "object",
+ "properties": {
+ "category": {
+ "type": "string",
+ "enum": [
+ "trigger"
+ ]
+ },
+ "name": {
+ "type": "string",
+ "enum": [
+ "beckhoff"
+ ]
+ },
+ "label": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ },
+ "uiId": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "description": {
+ "type": "string",
+ "maxLength": 32767
+ },
+ "icon": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "color": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "inputCount": {
+ "type": "number"
+ },
+ "outputCount": {
+ "type": "number"
+ },
+ "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": [
"dataTable"
]
},
"config": {
"type": "object",
@@ -574,10 +709,13 @@
"type": "string",
"enum": [
"once",
"each"
]
+ },
+ "allowInvalid": {
+ "type": "boolean"
}
},
"additionalProperties": false
},
"meta": {
@@ -3213,10 +3351,145 @@
"maxLength": 1024
},
"type": {
"type": "string",
"enum": [
+ "beckhoff"
+ ]
+ },
+ "config": {
+ "type": "object",
+ "properties": {
+ "localAmsNetId": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "localAdsPort": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "targetAmsNetId": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "targetAdsPort": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "routerHost": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "routerTcpPort": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "cycleTimeMs": {
+ "type": "integer",
+ "minimum": 10,
+ "maximum": 3600000
+ },
+ "subscriptions": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string",
+ "maxLength": 1024
+ }
+ }
+ },
+ "maxItems": 100
+ }
+ },
+ "additionalProperties": false
+ },
+ "meta": {
+ "type": "object",
+ "properties": {
+ "category": {
+ "type": "string",
+ "enum": [
+ "trigger"
+ ]
+ },
+ "name": {
+ "type": "string",
+ "enum": [
+ "beckhoff"
+ ]
+ },
+ "label": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ },
+ "uiId": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "description": {
+ "type": "string",
+ "maxLength": 32767
+ },
+ "icon": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "color": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "inputCount": {
+ "type": "number"
+ },
+ "outputCount": {
+ "type": "number"
+ },
+ "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": [
"dataTable"
]
},
"config": {
"type": "object",
@@ -3472,9 +3745,12 @@
"type": "string",
"enum": [
"once",
"each"
]
+ },
+ "allowInvalid": {
+ "type": "boolean"
}
},
"additionalProperties": false
},
"meta": {
\ No newline at end of file