{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rum_ruleset", "title": "rum_ruleset", "properties": { "enabled": { "description": "Whether the ruleset is enabled.", "example": true, "type": "boolean" }, "id": { "$ref": "#/components/schemas/rum_ruleset_identifier" }, "zone_name": { "example": "example.com", "type": "string" }, "zone_tag": { "$ref": "#/components/schemas/rum_zone_tag" } }, "type": "object" }