File tree Expand file tree Collapse file tree 5 files changed +19
-6
lines changed
Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -3020,12 +3020,9 @@ components:
30203020 value :
30213021 type : string
30223022 MetricCollectionResponseBody :
3023- type : object
3024- properties :
3025- metrics :
3026- type : array
3027- items :
3028- $ref : " #/components/schemas/Metric"
3023+ type : array
3024+ items :
3025+ $ref : " #/components/schemas/Metric"
30293026 MultipleApplicationsDetails :
30303027 type : object
30313028 properties :
Original file line number Diff line number Diff line change @@ -403,6 +403,10 @@ components:
403403 - DESCRIPTOR
404404 - VARIANT
405405 - BITMAP
406+ MetricCollectionResponseBody :
407+ type : array
408+ items :
409+ $ref : " #/components/schemas/Metric"
406410 OpenSessionRequestBody :
407411 type : object
408412 properties :
Original file line number Diff line number Diff line change @@ -477,6 +477,10 @@ components:
477477 - DESCRIPTOR
478478 - VARIANT
479479 - BITMAP
480+ MetricCollectionResponseBody :
481+ type : array
482+ items :
483+ $ref : " #/components/schemas/Metric"
480484 OpenSessionRequestBody :
481485 type : object
482486 properties :
Original file line number Diff line number Diff line change @@ -506,6 +506,10 @@ components:
506506 - DESCRIPTOR
507507 - VARIANT
508508 - BITMAP
509+ MetricCollectionResponseBody :
510+ type : array
511+ items :
512+ $ref : " #/components/schemas/Metric"
509513 OpenSessionRequestBody :
510514 type : object
511515 properties :
Original file line number Diff line number Diff line change @@ -516,6 +516,10 @@ components:
516516 - DESCRIPTOR
517517 - VARIANT
518518 - BITMAP
519+ MetricCollectionResponseBody :
520+ type : array
521+ items :
522+ $ref : " #/components/schemas/Metric"
519523 OpenSessionRequestBody :
520524 type : object
521525 properties :
You can’t perform that action at this time.
0 commit comments