page-shield_policy-expression

The expression which must match for the policy to be applied, using the Cloudflare Firewall rule expression syntax

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-page-shield-policy-expression-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/page-shield_policy-expression",
  "title": "page-shield_policy-expression",
  "description": "The expression which must match for the policy to be applied, using the Cloudflare Firewall rule expression syntax",
  "example": "ends_with(http.request.uri.path, \"/checkout\")",
  "type": "string"
}