{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-severity-description-schema.json", "title": "SeverityDescription", "description": "The qualitative representation of the finding's severity. Possible values are:", "type": "string", "enum": [ "Low", "Medium", "High" ] }