|
79 | 79 | "description": "The display or branding variant of the version, if different.",
|
80 | 80 | "type": "string"
|
81 | 81 | },
|
82 |
| - "vs-support": { |
83 |
| - "description": "The minimum version of Visual Studio that supports this component version.", |
84 |
| - "type": "string" |
85 |
| - }, |
86 | 82 | "vs-version": {
|
87 | 83 | "description": "The version of Visual Studio that includes this component version.",
|
88 | 84 | "type": "string"
|
|
109 | 105 | "description": "Fully-qualified URL of file.",
|
110 | 106 | "type": "string"
|
111 | 107 | },
|
112 |
| - "akams": { |
113 |
| - "description": "Short-link URL to file.", |
114 |
| - "type": "string" |
115 |
| - }, |
116 | 108 | "hash": {
|
117 | 109 | "description": "Content hash of file.",
|
118 | 110 | "type": "string"
|
| 111 | + }, |
| 112 | + "akams": { |
| 113 | + "description": "Short-link URL to file.", |
| 114 | + "type": [ |
| 115 | + "string", |
| 116 | + "null" |
| 117 | + ], |
| 118 | + "default": null |
119 | 119 | }
|
120 | 120 | },
|
121 | 121 | "required": [
|
122 | 122 | "name",
|
123 | 123 | "rid",
|
124 | 124 | "url",
|
125 |
| - "akams", |
126 | 125 | "hash"
|
127 | 126 | ]
|
128 | 127 | }
|
| 128 | + }, |
| 129 | + "vs-support": { |
| 130 | + "description": "The minimum version of Visual Studio that supports this component version.", |
| 131 | + "type": [ |
| 132 | + "string", |
| 133 | + "null" |
| 134 | + ], |
| 135 | + "default": null |
129 | 136 | }
|
130 | 137 | },
|
131 | 138 | "required": [
|
132 | 139 | "version",
|
133 | 140 | "version-display",
|
134 |
| - "vs-support", |
135 | 141 | "vs-version",
|
136 | 142 | "files"
|
137 | 143 | ]
|
|
194 | 200 | "description": "Fully-qualified URL of file.",
|
195 | 201 | "type": "string"
|
196 | 202 | },
|
197 |
| - "akams": { |
198 |
| - "description": "Short-link URL to file.", |
199 |
| - "type": "string" |
200 |
| - }, |
201 | 203 | "hash": {
|
202 | 204 | "description": "Content hash of file.",
|
203 | 205 | "type": "string"
|
| 206 | + }, |
| 207 | + "akams": { |
| 208 | + "description": "Short-link URL to file.", |
| 209 | + "type": [ |
| 210 | + "string", |
| 211 | + "null" |
| 212 | + ], |
| 213 | + "default": null |
204 | 214 | }
|
205 | 215 | },
|
206 | 216 | "required": [
|
207 | 217 | "name",
|
208 | 218 | "rid",
|
209 | 219 | "url",
|
210 |
| - "akams", |
211 | 220 | "hash"
|
212 | 221 | ]
|
213 | 222 | }
|
|
289 | 298 | "description": "Fully-qualified URL of file.",
|
290 | 299 | "type": "string"
|
291 | 300 | },
|
292 |
| - "akams": { |
293 |
| - "description": "Short-link URL to file.", |
294 |
| - "type": "string" |
295 |
| - }, |
296 | 301 | "hash": {
|
297 | 302 | "description": "Content hash of file.",
|
298 | 303 | "type": "string"
|
| 304 | + }, |
| 305 | + "akams": { |
| 306 | + "description": "Short-link URL to file.", |
| 307 | + "type": [ |
| 308 | + "string", |
| 309 | + "null" |
| 310 | + ], |
| 311 | + "default": null |
299 | 312 | }
|
300 | 313 | },
|
301 | 314 | "required": [
|
302 | 315 | "name",
|
303 | 316 | "rid",
|
304 | 317 | "url",
|
305 |
| - "akams", |
306 | 318 | "hash"
|
307 | 319 | ]
|
308 | 320 | }
|
|
369 | 381 | "description": "Fully-qualified URL of file.",
|
370 | 382 | "type": "string"
|
371 | 383 | },
|
372 |
| - "akams": { |
373 |
| - "description": "Short-link URL to file.", |
374 |
| - "type": "string" |
375 |
| - }, |
376 | 384 | "hash": {
|
377 | 385 | "description": "Content hash of file.",
|
378 | 386 | "type": "string"
|
| 387 | + }, |
| 388 | + "akams": { |
| 389 | + "description": "Short-link URL to file.", |
| 390 | + "type": [ |
| 391 | + "string", |
| 392 | + "null" |
| 393 | + ], |
| 394 | + "default": null |
379 | 395 | }
|
380 | 396 | },
|
381 | 397 | "required": [
|
382 | 398 | "name",
|
383 | 399 | "rid",
|
384 | 400 | "url",
|
385 |
| - "akams", |
386 | 401 | "hash"
|
387 | 402 | ]
|
388 | 403 | }
|
|
398 | 413 | },
|
399 | 414 | "windowsdesktop": {
|
400 | 415 | "description": "Windows Desktop component of the release.",
|
401 |
| - "type": "object", |
| 416 | + "type": [ |
| 417 | + "object", |
| 418 | + "null" |
| 419 | + ], |
402 | 420 | "properties": {
|
403 | 421 | "version": {
|
404 | 422 | "description": "The version of the component.",
|
|
430 | 448 | "description": "Fully-qualified URL of file.",
|
431 | 449 | "type": "string"
|
432 | 450 | },
|
433 |
| - "akams": { |
434 |
| - "description": "Short-link URL to file.", |
435 |
| - "type": "string" |
436 |
| - }, |
437 | 451 | "hash": {
|
438 | 452 | "description": "Content hash of file.",
|
439 | 453 | "type": "string"
|
| 454 | + }, |
| 455 | + "akams": { |
| 456 | + "description": "Short-link URL to file.", |
| 457 | + "type": [ |
| 458 | + "string", |
| 459 | + "null" |
| 460 | + ], |
| 461 | + "default": null |
440 | 462 | }
|
441 | 463 | },
|
442 | 464 | "required": [
|
443 | 465 | "name",
|
444 | 466 | "rid",
|
445 | 467 | "url",
|
446 |
| - "akams", |
447 | 468 | "hash"
|
448 | 469 | ]
|
449 | 470 | }
|
|
453 | 474 | "version",
|
454 | 475 | "version-display",
|
455 | 476 | "files"
|
456 |
| - ] |
| 477 | + ], |
| 478 | + "default": null |
457 | 479 | }
|
458 | 480 | },
|
459 | 481 | "required": [
|
|
465 | 487 | "runtime",
|
466 | 488 | "sdk",
|
467 | 489 | "sdks",
|
468 |
| - "aspnetcore-runtime", |
469 |
| - "windowsdesktop" |
| 490 | + "aspnetcore-runtime" |
470 | 491 | ]
|
471 | 492 | }
|
472 | 493 | },
|
|
0 commit comments