zones_status

The status of the Page Rule.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_status",
  "title": "zones_status",
  "default": "disabled",
  "description": "The status of the Page Rule.",
  "enum": [
    "active",
    "disabled"
  ],
  "example": "active",
  "type": "string"
}