{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-elasticsearch-data-source-config-structure.json", "title": "ElasticsearchDataSourceConfig", "description": "OpenSearch/Elasticsearch data source configuration", "type": "record", "fields": { "endpoint": { "type": "string", "description": "OpenSearch endpoint URL" }, "awsRegion": { "type": "string", "description": "AWS Region" } } }