@@ -170,6 +170,9 @@ paths:
170
170
required : true
171
171
schema :
172
172
type : string
173
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
174
+ minLength : 1
175
+ maxLength : 128
173
176
tags :
174
177
- Program management
175
178
responses :
@@ -184,6 +187,9 @@ paths:
184
187
required : true
185
188
schema :
186
189
type : string
190
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
191
+ minLength : 1
192
+ maxLength : 128
187
193
responses :
188
194
200 :
189
195
description : " ok"
@@ -200,6 +206,9 @@ paths:
200
206
required : true
201
207
schema :
202
208
type : string
209
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
210
+ minLength : 1
211
+ maxLength : 128
203
212
requestBody :
204
213
description : Program object
205
214
required : true
@@ -225,6 +234,9 @@ paths:
225
234
required : true
226
235
schema :
227
236
type : string
237
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
238
+ minLength : 1
239
+ maxLength : 128
228
240
requestBody :
229
241
description : Program object
230
242
required : true
@@ -248,6 +260,9 @@ paths:
248
260
required : true
249
261
schema :
250
262
type : string
263
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
264
+ minLength : 1
265
+ maxLength : 128
251
266
responses :
252
267
200 :
253
268
description : " ok"
@@ -264,6 +279,9 @@ paths:
264
279
required : true
265
280
schema :
266
281
type : string
282
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
283
+ minLength : 1
284
+ maxLength : 128
267
285
responses :
268
286
200 :
269
287
description : " ok"
@@ -304,6 +322,9 @@ paths:
304
322
required : true
305
323
schema :
306
324
type : string
325
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
326
+ minLength : 1
327
+ maxLength : 128
307
328
- name : default
308
329
in : query
309
330
schema :
@@ -323,6 +344,9 @@ paths:
323
344
required : true
324
345
schema :
325
346
type : string
347
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
348
+ minLength : 1
349
+ maxLength : 128
326
350
requestBody :
327
351
description : Update Activity
328
352
required : true
@@ -346,6 +370,9 @@ paths:
346
370
required : true
347
371
schema :
348
372
type : string
373
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
374
+ minLength : 1
375
+ maxLength : 128
349
376
responses :
350
377
200 :
351
378
description : " ok"
@@ -386,6 +413,9 @@ paths:
386
413
required : true
387
414
schema :
388
415
type : string
416
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
417
+ minLength : 1
418
+ maxLength : 128
389
419
tags :
390
420
- Music extensions
391
421
responses :
@@ -587,6 +617,9 @@ paths:
587
617
required : true
588
618
schema :
589
619
type : string
620
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
621
+ minLength : 1
622
+ maxLength : 128
590
623
tags :
591
624
- CNN Models
592
625
responses :
@@ -601,6 +634,7 @@ paths:
601
634
required : true
602
635
schema :
603
636
type : string
637
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
604
638
tags :
605
639
- CNN Models
606
640
responses :
@@ -680,6 +714,7 @@ components:
680
714
properties :
681
715
name :
682
716
type : string
717
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
683
718
tag :
684
719
type : string
685
720
Program :
@@ -710,6 +745,7 @@ components:
710
745
type : string
711
746
minLength : 1
712
747
maxLength : 128
748
+ pattern : ' ^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
713
749
description :
714
750
type : string
715
751
minLength : 0
0 commit comments