Skip to content

Commit bebd8cd

Browse files
committed
Updated node schemas with correct placement of "title" parameter
1 parent 9fa2a0f commit bebd8cd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

IoT_Logic.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -779,18 +779,19 @@
779779
"data_source"
780780
]
781781
},
782-
"title": {
783-
"type": "string",
784-
"examples": [
785-
"Standard Input Endpoint"
786-
]
787-
},
782+
788783
"enabled": {
789784
"$ref": "#/components/schemas/Enabled"
790785
},
791786
"data": {
792787
"type": "object",
793788
"properties": {
789+
"title": {
790+
"type": "string",
791+
"examples": [
792+
"Standard Input Endpoint"
793+
]
794+
},
794795
"sources": {
795796
"type": "array",
796797
"items": {
@@ -877,15 +878,15 @@
877878
"initiate_attributes"
878879
]
879880
},
880-
"title": {
881-
"type": "string",
882-
"examples": [
883-
"Add/modify attributes"
884-
]
885-
},
886881
"data": {
887882
"type": "object",
888883
"properties": {
884+
"title": {
885+
"type": "string",
886+
"examples": [
887+
"Add/modify attributes"
888+
]
889+
},
889890
"items": {
890891
"type": "array",
891892
"items": {

0 commit comments

Comments
 (0)