{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/page-shield_update-zone-settings-response", "title": "page-shield_update-zone-settings-response", "properties": { "enabled": { "$ref": "#/components/schemas/page-shield_enabled" }, "updated_at": { "$ref": "#/components/schemas/page-shield_updated_at" }, "use_cloudflare_reporting_endpoint": { "$ref": "#/components/schemas/page-shield_use_cloudflare_reporting_endpoint" }, "use_connection_url_path": { "$ref": "#/components/schemas/page-shield_use_connection_url_path" } }, "required": [ "enabled", "updated_at", "use_cloudflare_reporting_endpoint", "use_connection_url_path" ] }