The status of the Page Rule.
{ "$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" }