We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e2b44 + c8885ce commit 588513dCopy full SHA for 588513d
1 file changed
openapi.yaml
@@ -4423,9 +4423,13 @@ components:
4423
schemas:
4424
ListAvailibilityZonesResponse:
4425
description: List of unique availability zones
4426
- type: array
4427
- items:
4428
- type: string
+ type: object
+ required: ['avzones']
+ properties:
4429
+ avzones:
4430
+ type: array
4431
+ items:
4432
+ type: string
4433
4434
RerankRequest:
4435
type: object
0 commit comments