{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_origins", "title": "load-balancing_origins", "description": "The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.", "items": { "$ref": "#/components/schemas/load-balancing_origin" }, "type": "array" }