{ "$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-simple-criterion-key-for-job-schema.json", "title": "SimpleCriterionKeyForJob", "description": "The property to use in a condition that determines whether an S3 bucket is included or excluded from a classification job. Valid values are:", "type": "string", "enum": [ "ACCOUNT_ID", "S3_BUCKET_NAME", "S3_BUCKET_EFFECTIVE_PERMISSION", "S3_BUCKET_SHARED_ACCESS" ] }