{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-domain-info-structure.json",
"name": "DomainInfo",
"description": "DomainInfo schema from Amazon OpenSearch Service API",
"type": "object",
"properties": {
"DomainName": {
"allOf": [
{
"$ref": "#/components/schemas/DomainName"
},
{
"description": " Specifies the DomainName."
}
]
},
"EngineType": {
"allOf": [
{
"$ref": "#/components/schemas/EngineType"
},
{
"description": " Specifies the EngineType of the domain."
}
]
}
}
}