{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/firewall_action_parameters_rewrite",
"title": "firewall_action_parameters_rewrite",
"description": "The configuration parameters for the rewrite action.",
"properties": {
"uri": {
"description": "The URI rewrite configuration to rewrite the URI path, the query string, or both.",
"properties": {
"path": {
"description": "The new URI path sent to the origin."
},
"query": {
"description": "The new query string sent to the origin."
}
},
"type": "object"
}
}
}