docs/_schemas.md in losant_rest-1.14.0 vs docs/_schemas.md in losant_rest-1.14.1

- old
+ new

@@ -42580,11 +42580,11 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "removed": { - "type": "Number" + "type": "number" } } } ``` ### <a name="data-table-rows-delete-example"></a> Example @@ -55458,11 +55458,11 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "removed": { - "type": "Number" + "type": "number" } } } ``` ### <a name="events-deleted-example"></a> Example @@ -58980,11 +58980,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -59014,11 +59013,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -60323,10 +60321,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -61243,11 +61353,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -61277,11 +61386,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -62586,10 +62694,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -63456,11 +63676,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -63490,11 +63709,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -64799,10 +65017,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -67587,11 +67917,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -67621,11 +67950,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -68930,10 +69258,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -70008,11 +70448,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -70042,11 +70481,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -71351,10 +71789,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -72184,11 +72734,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -72218,11 +72767,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -73527,10 +74075,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -74615,11 +75275,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -74649,11 +75308,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -75958,10 +76616,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -76828,11 +77598,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -76862,11 +77631,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -78171,10 +78939,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -78744,11 +79624,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -78778,11 +79657,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -80087,10 +80965,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -80945,11 +81935,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -80979,11 +81968,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -82288,10 +83276,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -83158,11 +84258,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -83192,11 +84291,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -84501,10 +85599,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -86108,11 +87318,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -86142,11 +87351,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -87451,10 +88659,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -88398,11 +89718,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -88432,11 +89751,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -89741,10 +91059,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -90592,11 +92022,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -90626,11 +92055,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -91935,10 +93363,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -92833,11 +94373,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -92867,11 +94406,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -94176,10 +95714,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -95046,11 +96696,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -95080,11 +96729,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -96389,10 +98037,122 @@ "maxLength": 1024 }, "type": { "type": "string", "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ "serial" ] }, "config": { "type": "object", @@ -97259,11 +99019,10 @@ "integration", "notebook", "onBoot", "onConnect", "onDisconnect", - "request", "udp", "webhook" ] }, "config": { @@ -97293,11 +99052,10 @@ "notebook", "onBoot", "onConnect", "onDisconnect", "particle", - "request", "udp", "webhook" ] }, "label": { @@ -98566,9 +100324,121 @@ "inputCount": { "type": "number" }, "outputCount": { "type": "number" + }, + "id": { + "type": "string", + "maxLength": 48 + } + }, + "additionalProperties": false + }, + "outputIds": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string", + "maxLength": 255 + }, + "maxItems": 100 + }, + "maxItems": 100 + } + }, + "required": [ + "type" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 1024 + }, + "type": { + "type": "string", + "enum": [ + "request" + ] + }, + "config": { + "type": "object", + "properties": { + "method": { + "type": "string", + "enum": [ + "*", + "delete", + "get", + "options", + "patch", + "post", + "put" + ] + }, + "route": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "category": { + "type": "string", + "enum": [ + "trigger" + ] + }, + "name": { + "type": "string", + "enum": [ + "request" + ] + }, + "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" + }, + "triggerId": { + "type": "string", + "maxLength": 48 }, "id": { "type": "string", "maxLength": 48 }