The category of the finding. Possible values are:
{ "$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-finding-category-schema.json", "title": "FindingCategory", "description": "The category of the finding. Possible values are:", "type": "string", "enum": [ "CLASSIFICATION", "POLICY" ] }