Skip to content

Commit 1cfd28e

Browse files
authored
Merge pull request #996 from mguidon/hotfix_validation
Fix missing property in workbench schema
2 parents e25d047 + 038a6de commit 1cfd28e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

api/specs/webserver/v0/components/schemas/project-v0.0.1-converted.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ properties:
125125
- integer
126126
path:
127127
type: string
128+
label:
129+
type: string
128130
inputAccess:
129131
description: map with key - access level pairs
130132
type: object
@@ -170,6 +172,8 @@ properties:
170172
- integer
171173
path:
172174
type: string
175+
label:
176+
type: string
173177
outputNode:
174178
type: boolean
175179
parent:

api/specs/webserver/v0/components/schemas/project-v0.0.1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@
157157
},
158158
"path": {
159159
"type": "string"
160+
},
161+
"label": {
162+
"type": "string"
160163
}
161164
}
162165
}
@@ -217,6 +220,9 @@
217220
},
218221
"path": {
219222
"type": "string"
223+
},
224+
"label": {
225+
"type": "string"
220226
}
221227
}
222228
}

0 commit comments

Comments
 (0)