{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-describe-elasticsearch-domain-config-response-structure.json",
"name": "DescribeElasticsearchDomainConfigResponse",
"description": "The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.",
"type": "object",
"properties": {
"DomainConfig": {
"allOf": [
{
"$ref": "#/components/schemas/ElasticsearchDomainConfig"
},
{
"description": "The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request."
}
]
}
},
"required": [
"DomainConfig"
]
}