{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-logging-configuration-status-structure.json", "name": "LoggingConfigurationStatus", "description": "Represents the status of a logging configuration.", "type": "object", "properties": { "statusCode": { "allOf": [ { "$ref": "#/components/schemas/LoggingConfigurationStatusCode" }, { "description": "Status code of the logging configuration." } ] }, "statusReason": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The reason for failure if any." } ] } }, "required": [ "statusCode" ] }