{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-outbound-cross-cluster-search-connections-schema.json", "title": "OutboundCrossClusterSearchConnections", "description": "OutboundCrossClusterSearchConnections schema from Amazon OpenSearch Service API", "type": "array", "items": { "$ref": "#/components/schemas/OutboundCrossClusterSearchConnection" } }