{
"$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-put-resolver-query-log-config-policy-response-schema.json",
"title": "PutResolverQueryLogConfigPolicyResponse",
"description": "The response to a PutResolverQueryLogConfigPolicy request.",
"type": "object",
"properties": {
"ReturnValue": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Whether the PutResolverQueryLogConfigPolicy request was successful."
}
]
}
}
}