{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-schema/ec2-image-builder-remediation-schema.json",
"title": "Remediation",
"description": "Information about how to remediate a finding.",
"type": "object",
"properties": {
"recommendation": {
"allOf": [
{
"$ref": "#/components/schemas/RemediationRecommendation"
},
{
"description": "An object that contains information about the recommended course of action to remediate the finding."
}
]
}
}
}