{ "$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-put-classification-export-configuration-response-schema.json", "title": "PutClassificationExportConfigurationResponse", "description": "PutClassificationExportConfigurationResponse schema from Amazon Macie API", "type": "object", "properties": { "configuration": { "allOf": [ { "$ref": "#/components/schemas/ClassificationExportConfiguration" }, { "description": "The location where the data classification results are stored, and the encryption settings that are used when storing results in that location." } ] } } }