|
80 | 80 | { |
81 | 81 | "description": "URL parameter boo_baz_id", |
82 | 82 | "in": "path", |
83 | | - "maximum": 1, |
84 | | - "minimum": 0, |
85 | 83 | "name": "boo_baz_id", |
86 | 84 | "required": true, |
87 | 85 | "type": "string" |
|
119 | 117 | { |
120 | 118 | "description": "URL parameter boo_baz_id", |
121 | 119 | "in": "path", |
122 | | - "maximum": 1, |
123 | | - "minimum": 0, |
124 | 120 | "name": "boo_baz_id", |
125 | 121 | "required": true, |
126 | 122 | "type": "string" |
|
152 | 148 | { |
153 | 149 | "description": "URL parameter boo_baz_id", |
154 | 150 | "in": "path", |
155 | | - "maximum": 1, |
156 | | - "minimum": 0, |
157 | 151 | "name": "boo_baz_id", |
158 | 152 | "required": true, |
159 | 153 | "type": "string" |
|
199 | 193 | { |
200 | 194 | "description": "URL parameter boo_baz_id", |
201 | 195 | "in": "path", |
202 | | - "maximum": 1, |
203 | | - "minimum": 0, |
204 | 196 | "name": "boo_baz_id", |
205 | 197 | "required": true, |
206 | 198 | "type": "string" |
|
351 | 343 | { |
352 | 344 | "description": "URL parameter foo_bar_id", |
353 | 345 | "in": "path", |
354 | | - "maximum": 1, |
355 | | - "minimum": 0, |
356 | 346 | "name": "foo_bar_id", |
357 | 347 | "required": true, |
358 | 348 | "type": "string" |
|
390 | 380 | { |
391 | 381 | "description": "URL parameter foo_bar_id", |
392 | 382 | "in": "path", |
393 | | - "maximum": 1, |
394 | | - "minimum": 0, |
395 | 383 | "name": "foo_bar_id", |
396 | 384 | "required": true, |
397 | 385 | "type": "string" |
|
423 | 411 | { |
424 | 412 | "description": "URL parameter foo_bar_id", |
425 | 413 | "in": "path", |
426 | | - "maximum": 1, |
427 | | - "minimum": 0, |
428 | 414 | "name": "foo_bar_id", |
429 | 415 | "required": true, |
430 | 416 | "type": "string" |
|
476 | 462 | { |
477 | 463 | "description": "URL parameter foo_bar_id", |
478 | 464 | "in": "path", |
479 | | - "maximum": 1, |
480 | | - "minimum": 0, |
481 | 465 | "name": "foo_bar_id", |
482 | 466 | "required": true, |
483 | 467 | "type": "string" |
|
584 | 568 | "name": "foo_bar_collection_id", |
585 | 569 | "description": "URL parameter foo_bar_collection_id", |
586 | 570 | "type": "string", |
587 | | - "required": true, |
588 | | - "minimum": 0, |
589 | | - "maximum": 1 |
| 571 | + "required": true |
590 | 572 | }], |
591 | 573 | "produces": ["application/vnd.test.v1+json", "application/hal+json", "application/json"], |
592 | 574 | "responses": { |
|
611 | 593 | "name": "foo_bar_collection_id", |
612 | 594 | "description": "URL parameter foo_bar_collection_id", |
613 | 595 | "type": "string", |
614 | | - "required": true, |
615 | | - "minimum": 0, |
616 | | - "maximum": 1 |
| 596 | + "required": true |
617 | 597 | }, { |
618 | 598 | "in": "body", |
619 | 599 | "name": "body", |
|
657 | 637 | "name": "foo_bar_collection_id", |
658 | 638 | "description": "URL parameter foo_bar_collection_id", |
659 | 639 | "type": "string", |
660 | | - "required": true, |
661 | | - "minimum": 0, |
662 | | - "maximum": 1 |
| 640 | + "required": true |
663 | 641 | }, { |
664 | 642 | "in": "body", |
665 | 643 | "name": "body", |
|
703 | 681 | "name": "foo_bar_collection_id", |
704 | 682 | "description": "URL parameter foo_bar_collection_id", |
705 | 683 | "type": "string", |
706 | | - "required": true, |
707 | | - "minimum": 0, |
708 | | - "maximum": 1 |
| 684 | + "required": true |
709 | 685 | }], |
710 | 686 | "produces": ["application/vnd.test.v1+json", "application/hal+json", "application/json"], |
711 | 687 | "responses": { |
|
0 commit comments