Returns information about the XML element or attribute that was sanitized in the configuration.
Type: objectProperties: 3Required: 1
BroadcastingMedia ProcessingMedia
SanitizationWarning is a JSON Structure definition published by Amazon MQ, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-structure.json",
"name": "SanitizationWarning",
"type": "object",
"description": "Returns information about the XML element or attribute that was sanitized in the configuration.",
"properties": {
"AttributeName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "attributeName"
},
"description": "The name of the XML attribute that has been sanitized."
}
]
},
"ElementName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "elementName"
},
"description": "The name of the XML element that has been sanitized."
}
]
},
"Reason": {
"allOf": [
{
"$ref": "#/components/schemas/SanitizationWarningReason"
},
{
"xml": {
"name": "reason"
},
"description": "Required. The reason for which the XML elements or attributes were sanitized."
}
]
}
},
"required": [
"Reason"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.