The rule targets to evaluate on each request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_targets", "title": "zones_targets", "description": "The rule targets to evaluate on each request.", "example": [ { "constraint": { "operator": "matches", "value": "*example.com/images/*" }, "target": "url" } ], "items": { "$ref": "#/components/schemas/zones_target" }, "type": "array" }