{
"$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-get-resolver-rule-request-schema.json",
"title": "GetResolverRuleRequest",
"description": "GetResolverRuleRequest schema from openapi",
"type": "object",
"properties": {
"ResolverRuleId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The ID of the Resolver rule that you want to get information about."
}
]
}
},
"required": [
"ResolverRuleId"
]
}