{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-node-to-node-encryption-options-status-structure.json", "name": "NodeToNodeEncryptionOptionsStatus", "description": "Status of the node-to-node encryption options for the specified Elasticsearch domain.", "type": "object", "properties": { "Options": { "allOf": [ { "$ref": "#/components/schemas/NodeToNodeEncryptionOptions" }, { "description": "Specifies the node-to-node encryption options for the specified Elasticsearch domain." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/OptionStatus" }, { "description": "Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain." } ] } }, "required": [ "Options", "Status" ] }