zones_targets

The rule targets to evaluate on each request.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-targets-schema.json Raw ↑
{
  "$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"
}