{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-domain-information-structure.json", "name": "DomainInformation", "description": "DomainInformation schema from Amazon OpenSearch Service API", "type": "object", "properties": { "OwnerId": { "$ref": "#/components/schemas/OwnerId" }, "DomainName": { "$ref": "#/components/schemas/DomainName" }, "Region": { "$ref": "#/components/schemas/Region" } }, "required": [ "DomainName" ] }