{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-domain-info-schema.json",
"title": "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."
}
]
}
}
}