{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-disassociate-resolver-query-log-config-response-schema.json", "title": "DisassociateResolverQueryLogConfigResponse", "description": "DisassociateResolverQueryLogConfigResponse schema from openapi", "type": "object", "properties": { "ResolverQueryLogConfigAssociation": { "allOf": [ { "$ref": "#/components/schemas/ResolverQueryLogConfigAssociation" }, { "description": "A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration." } ] } } }