@@ -170,6 +170,10 @@ paths:
170
170
required : true
171
171
schema :
172
172
type : string
173
+ minLength : 1
174
+ maxLength : 128
175
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
176
+
173
177
tags :
174
178
- Program management
175
179
responses :
@@ -184,6 +188,9 @@ paths:
184
188
required : true
185
189
schema :
186
190
type : string
191
+ minLength : 1
192
+ maxLength : 128
193
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
187
194
responses :
188
195
200 :
189
196
description : " ok"
@@ -200,6 +207,9 @@ paths:
200
207
required : true
201
208
schema :
202
209
type : string
210
+ minLength : 1
211
+ maxLength : 128
212
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
203
213
requestBody :
204
214
description : Program object
205
215
required : true
@@ -225,6 +235,9 @@ paths:
225
235
required : true
226
236
schema :
227
237
type : string
238
+ minLength : 1
239
+ maxLength : 128
240
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
228
241
requestBody :
229
242
description : Program object
230
243
required : true
@@ -248,6 +261,9 @@ paths:
248
261
required : true
249
262
schema :
250
263
type : string
264
+ minLength : 1
265
+ maxLength : 128
266
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
251
267
responses :
252
268
200 :
253
269
description : " ok"
@@ -264,6 +280,9 @@ paths:
264
280
required : true
265
281
schema :
266
282
type : string
283
+ minLength : 1
284
+ maxLength : 128
285
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
267
286
responses :
268
287
200 :
269
288
description : " ok"
@@ -304,6 +323,9 @@ paths:
304
323
required : true
305
324
schema :
306
325
type : string
326
+ minLength : 1
327
+ maxLength : 128
328
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
307
329
- name : default
308
330
in : query
309
331
schema :
@@ -323,6 +345,9 @@ paths:
323
345
required : true
324
346
schema :
325
347
type : string
348
+ minLength : 1
349
+ maxLength : 128
350
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
326
351
requestBody :
327
352
description : Update Activity
328
353
required : true
@@ -346,6 +371,9 @@ paths:
346
371
required : true
347
372
schema :
348
373
type : string
374
+ minLength : 1
375
+ maxLength : 128
376
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
349
377
responses :
350
378
200 :
351
379
description : " ok"
@@ -386,6 +414,9 @@ paths:
386
414
required : true
387
415
schema :
388
416
type : string
417
+ minLength : 1
418
+ maxLength : 128
419
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
389
420
tags :
390
421
- Music extensions
391
422
responses :
@@ -586,6 +617,9 @@ paths:
586
617
required : true
587
618
schema :
588
619
type : string
620
+ minLength : 1
621
+ maxLength : 128
622
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
589
623
tags :
590
624
- CNN Models
591
625
responses :
@@ -600,6 +634,9 @@ paths:
600
634
required : true
601
635
schema :
602
636
type : string
637
+ minLength : 1
638
+ maxLength : 128
639
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
603
640
tags :
604
641
- CNN Models
605
642
responses :
@@ -686,9 +723,9 @@ components:
686
723
properties :
687
724
name :
688
725
type : string
689
- pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
690
726
minLength : 1
691
727
maxLength : 128
728
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
692
729
code :
693
730
type : string
694
731
minLength : 1
@@ -709,6 +746,7 @@ components:
709
746
type : string
710
747
minLength : 1
711
748
maxLength : 128
749
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
712
750
description :
713
751
type : string
714
752
minLength : 0
0 commit comments