{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-log-publishing-options-status-schema.json", "title": "LogPublishingOptionsStatus", "description": "The configured log publishing options for the domain and their current status.", "type": "object", "properties": { "Options": { "allOf": [ { "$ref": "#/components/schemas/LogPublishingOptions" }, { "description": "The log publishing options configured for the Elasticsearch domain." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/OptionStatus" }, { "description": "The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that's included. " } ] } } }