{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-delete-retention-configuration-request-schema.json", "title": "DeleteRetentionConfigurationRequest", "description": "DeleteRetentionConfigurationRequest schema", "type": "object", "properties": { "RetentionConfigurationName": { "allOf": [ { "$ref": "#/components/schemas/RetentionConfigurationName" }, { "description": "The name of the retention configuration to delete." } ] } }, "required": [ "RetentionConfigurationName" ] }