File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 94
94
"title" : " Cdb Project Id"
95
95
},
96
96
"title" : {
97
- "description" : " Title of the workflow" ,
97
+ "description" : " Title of the workflow (max. 255 characters)" ,
98
+ "maxLength" : 255 ,
98
99
"title" : " Title" ,
99
100
"type" : " string"
100
101
},
185
186
"description" : {
186
187
"anyOf" : [
187
188
{
189
+ "maxLength" : 1024 ,
188
190
"type" : " string"
189
191
},
190
192
{
191
193
"type" : " null"
192
194
}
193
195
],
194
196
"default" : null ,
195
- "description" : " Description of the task. If not set, the existing description will be kept." ,
197
+ "description" : " Description of the task. If not set, the existing description will be kept. (max. 1024 characters) " ,
196
198
"title" : " Description"
197
199
},
198
200
"title" : {
199
201
"anyOf" : [
200
202
{
203
+ "maxLength" : 60 ,
201
204
"type" : " string"
202
205
},
203
206
{
204
207
"type" : " null"
205
208
}
206
209
],
207
210
"default" : null ,
208
- "description" : " Title of the task. If not set, the existing title will be kept." ,
211
+ "description" : " Title of the task. If not set, the existing title will be kept. (max. 60 characters) " ,
209
212
"title" : " Title"
210
213
}
211
214
},
You can’t perform that action at this time.
0 commit comments