{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-scan-condition-structure.json",
"name": "ScanCondition",
"description": "Contains information about the condition.",
"type": "object",
"properties": {
"MapEquals": {
"allOf": [
{
"$ref": "#/components/schemas/MapEquals"
},
{
"xml": {
"name": "mapEquals"
},
"description": "Represents an mapEqual condition to be applied to a single field when triggering for malware scan."
}
]
}
},
"required": [
"MapEquals"
]
}