|
43 | 43 | "type": "array", |
44 | 44 | "items": { |
45 | 45 | "anyOf": [ |
46 | | - { |
47 | | - "$ref": "#/definitions/variableYear" |
48 | | - }, |
49 | | - { |
50 | | - "$ref": "#/definitions/variableYearRange" |
51 | | - }, |
52 | | - { |
53 | | - "$ref": "#/definitions/variableDate" |
54 | | - } |
| 46 | + { "$ref": "#/definitions/variableYear" }, |
| 47 | + { "$ref": "#/definitions/variableYearRange" }, |
| 48 | + { "$ref": "#/definitions/variableDate" } |
55 | 49 | ] |
56 | 50 | }, |
57 | 51 | "additionalProperties": false |
|
67 | 61 | "type": "array", |
68 | 62 | "items": { |
69 | 63 | "anyOf": [ |
70 | | - { |
71 | | - "$ref": "#/definitions/questionAuthor" |
72 | | - }, |
73 | | - { |
74 | | - "$ref": "#/definitions/questionLicense" |
75 | | - }, |
76 | | - { |
77 | | - "$ref": "#/definitions/questionText" |
78 | | - }, |
79 | | - { |
80 | | - "$ref": "#/definitions/questionSelect" |
81 | | - } |
| 64 | + { "$ref": "#/definitions/questionAuthor" }, |
| 65 | + { "$ref": "#/definitions/questionLicense" }, |
| 66 | + { "$ref": "#/definitions/questionText" }, |
| 67 | + { "$ref": "#/definitions/questionSelect" } |
82 | 68 | ] |
83 | 69 | }, |
84 | 70 | "additionalProperties": false |
|
89 | 75 | "type": "object", |
90 | 76 | "properties": { |
91 | 77 | "manager": { |
92 | | - "$ref": "#/definitions/wizardManager" |
| 78 | + "$ref": "#/definitions/dependencyManager" |
93 | 79 | }, |
94 | 80 | "clean": { |
95 | 81 | "type": "boolean", |
|
102 | 88 | }, |
103 | 89 | "additionalProperties": false |
104 | 90 | }, |
105 | | - "wizardManager": { |
| 91 | + "dependencyManager": { |
106 | 92 | "type": "object", |
107 | 93 | "properties": { |
108 | 94 | "composer": { |
|
125 | 111 | "properties": { |
126 | 112 | "name": { |
127 | 113 | "oneOf": [ |
128 | | - { |
129 | | - "type": "string" |
130 | | - }, |
131 | | - { |
132 | | - "type": "null" |
133 | | - } |
| 114 | + { "type": "string" }, |
| 115 | + { "type": "null" } |
134 | 116 | ], |
135 | 117 | "default": null |
136 | 118 | }, |
137 | 119 | "email": { |
138 | 120 | "oneOf": [ |
139 | | - { |
140 | | - "type": "string" |
141 | | - }, |
142 | | - { |
143 | | - "type": "null" |
144 | | - } |
| 121 | + { "type": "string" }, |
| 122 | + { "type": "null" } |
145 | 123 | ], |
146 | 124 | "with": "email", |
147 | 125 | "default": null |
|
167 | 145 | "name" |
168 | 146 | ] |
169 | 147 | }, |
170 | | - "source": { |
171 | | - "type": "string" |
172 | | - }, |
173 | | - "target": { |
174 | | - "type": "string" |
175 | | - } |
| 148 | + "source": { "type": "string" }, |
| 149 | + "target": { "type": "string" } |
176 | 150 | }, |
177 | 151 | "required": [ |
178 | 152 | "type", |
|
185 | 159 | "copy": { |
186 | 160 | "type": "object", |
187 | 161 | "properties": { |
188 | | - "source": { |
189 | | - "type": "string" |
190 | | - }, |
191 | | - "target": { |
192 | | - "type": "string" |
193 | | - } |
| 162 | + "source": { "type": "string" }, |
| 163 | + "target": { "type": "string" } |
194 | 164 | }, |
195 | 165 | "required": [ |
196 | 166 | "source", |
|
201 | 171 | }, |
202 | 172 | "remove": { |
203 | 173 | "items": [ |
204 | | - { |
205 | | - "type": "string" |
206 | | - } |
| 174 | + { "type": "string" } |
207 | 175 | ], |
208 | 176 | "uniqueItems": true, |
209 | 177 | "additionalProperties": false |
|
216 | 184 | }, |
217 | 185 | "with": { |
218 | 186 | "oneOf": [ |
219 | | - { |
220 | | - "type": "string" |
221 | | - }, |
222 | | - { |
223 | | - "type": "integer" |
224 | | - } |
| 187 | + { "type": "string" }, |
| 188 | + { "type": "integer" } |
225 | 189 | ] |
226 | 190 | } |
227 | 191 | }, |
|
342 | 306 | "properties": { |
343 | 307 | "name": { |
344 | 308 | "oneOf": [ |
345 | | - { |
346 | | - "type": "string" |
347 | | - }, |
348 | | - { |
349 | | - "type": "null" |
350 | | - } |
| 309 | + { "type": "string" }, |
| 310 | + { "type": "null" } |
351 | 311 | ], |
352 | 312 | "default": null |
353 | 313 | }, |
354 | 314 | "email": { |
355 | 315 | "oneOf": [ |
356 | | - { |
357 | | - "type": "string" |
358 | | - }, |
359 | | - { |
360 | | - "type": "null" |
361 | | - } |
| 316 | + { "type": "string" }, |
| 317 | + { "type": "null" } |
362 | 318 | ], |
363 | 319 | "with": "email", |
364 | 320 | "default": null |
|
462 | 418 | }, |
463 | 419 | "default": { |
464 | 420 | "oneOf": [ |
465 | | - { |
466 | | - "type": "string" |
467 | | - }, |
468 | | - { |
469 | | - "type": "integer" |
470 | | - } |
| 421 | + { "type": "string" }, |
| 422 | + { "type": "integer" } |
471 | 423 | ], |
472 | 424 | "default": "" |
473 | 425 | }, |
|
510 | 462 | "options": { |
511 | 463 | "type": "array", |
512 | 464 | "anyOf": [ |
513 | | - { |
514 | | - "type": "string" |
515 | | - }, |
516 | | - { |
517 | | - "type": "integer" |
518 | | - }, |
| 465 | + { "type": "string" }, |
| 466 | + { "type": "integer" }, |
519 | 467 | { |
520 | 468 | "type": "object", |
521 | 469 | "propertyNames": { |
|
530 | 478 | }, |
531 | 479 | "default": { |
532 | 480 | "oneOf": [ |
533 | | - { |
534 | | - "type": "string" |
535 | | - }, |
536 | | - { |
537 | | - "type": "integer" |
538 | | - } |
| 481 | + { "type": "string" }, |
| 482 | + { "type": "integer" } |
539 | 483 | ] |
540 | 484 | }, |
541 | 485 | "replace": { |
|
556 | 500 | }, |
557 | 501 | "valueReplace": { |
558 | 502 | "oneOf": [ |
559 | | - { |
560 | | - "type": "string" |
561 | | - }, |
| 503 | + { "type": "string" }, |
562 | 504 | { |
563 | 505 | "type": "array", |
564 | 506 | "items": { |
565 | 507 | "anyOf": [ |
566 | | - { |
567 | | - "type": "string" |
568 | | - }, |
569 | | - { |
570 | | - "type": "number" |
571 | | - } |
| 508 | + { "type": "string" }, |
| 509 | + { "type": "number" } |
572 | 510 | ] |
573 | 511 | }, |
574 | 512 | "uniqueItems": true, |
|
581 | 519 | "validation": { |
582 | 520 | "type": "array", |
583 | 521 | "items": [ |
584 | | - { |
585 | | - "type": "string" |
586 | | - } |
| 522 | + { "type": "string" } |
587 | 523 | ], |
588 | 524 | "default": null, |
589 | 525 | "uniqueItems": true, |
|
595 | 531 | "type": "boolean", |
596 | 532 | "const": true |
597 | 533 | }, |
598 | | - { |
599 | | - "$ref": "#/definitions/comparatorDefault" |
600 | | - }, |
601 | | - { |
602 | | - "$ref": "#/definitions/comparatorString" |
603 | | - }, |
604 | | - { |
605 | | - "$ref": "#/definitions/comparatorList" |
606 | | - }, |
607 | | - { |
608 | | - "$ref": "#/definitions/comparatorPath" |
609 | | - } |
| 534 | + { "$ref": "#/definitions/comparatorDefault" }, |
| 535 | + { "$ref": "#/definitions/comparatorString" }, |
| 536 | + { "$ref": "#/definitions/comparatorList" }, |
| 537 | + { "$ref": "#/definitions/comparatorPath" } |
610 | 538 | ] |
611 | 539 | }, |
612 | 540 | "comparatorDefault": { |
|
629 | 557 | }, |
630 | 558 | "value": { |
631 | 559 | "oneOf": [ |
632 | | - { |
633 | | - "type": "string" |
634 | | - }, |
635 | | - { |
636 | | - "type": "integer" |
637 | | - } |
| 560 | + { "type": "string" }, |
| 561 | + { "type": "integer" } |
638 | 562 | ], |
639 | 563 | "additionalProperties": false |
640 | 564 | } |
|
662 | 586 | }, |
663 | 587 | "value": { |
664 | 588 | "oneOf": [ |
665 | | - { |
666 | | - "type": "string" |
667 | | - }, |
668 | | - { |
669 | | - "type": "integer" |
670 | | - }, |
| 589 | + { "type": "string" }, |
| 590 | + { "type": "integer" }, |
671 | 591 | { |
672 | 592 | "type": "array", |
673 | 593 | "items": { |
674 | 594 | "oneOf": [ |
675 | | - { |
676 | | - "type": "string" |
677 | | - }, |
678 | | - { |
679 | | - "type": "number" |
680 | | - } |
| 595 | + { "type": "string" }, |
| 596 | + { "type": "number" } |
681 | 597 | ] |
682 | 598 | }, |
683 | 599 | "additionalProperties": false |
|
709 | 625 | "value": { |
710 | 626 | "items": { |
711 | 627 | "anyOf": [ |
712 | | - { |
713 | | - "type": "string" |
714 | | - }, |
715 | | - { |
716 | | - "type": "integer" |
717 | | - } |
| 628 | + { "type": "string" }, |
| 629 | + { "type": "integer" } |
718 | 630 | ], |
719 | 631 | "additionalProperties": false |
720 | 632 | }, |
|
0 commit comments