Amazon MQ · JSON Structure

Mq Api Sanitization Warning Reason Structure

The reason for which the XML elements or attributes were sanitized.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

SanitizationWarningReason is a JSON Structure definition published by Amazon MQ. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-structure/mq-api-sanitization-warning-reason-structure.json",
  "name": "SanitizationWarningReason",
  "type": "string",
  "description": "The reason for which the XML elements or attributes were sanitized.",
  "enum": [
    "DISALLOWED_ELEMENT_REMOVED",
    "DISALLOWED_ATTRIBUTE_REMOVED",
    "INVALID_ATTRIBUTE_VALUE_REMOVED"
  ]
}