{ "$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-get-classification-scope-response-schema.json", "title": "GetClassificationScopeResponse", "description": "GetClassificationScopeResponse schema from Amazon Macie API", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/ClassificationScopeId" }, { "description": "The unique identifier for the classification scope." } ] }, "name": { "allOf": [ { "$ref": "#/components/schemas/ClassificationScopeName" }, { "description": "The name of the classification scope: automated-sensitive-data-discovery." } ] }, "s3": { "allOf": [ { "$ref": "#/components/schemas/S3ClassificationScope" }, { "description": "The S3 buckets that are excluded from automated sensitive data discovery." } ] } } }