zones_target

A request condition target.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-target-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_target",
  "title": "zones_target",
  "description": "A request condition target.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/zones_url_target"
    }
  ],
  "required": [
    "target",
    "constraint"
  ]
}