{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkAvailabilityZones", "title": "NetworkAvailabilityZones", "description": "List of availability zones that the network is attached to.", "type": "array", "items": { "type": "string" }, "example": [ "use2-az1", "use2-az2", "use2-az3" ] }