{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rum_site", "title": "rum_site", "properties": { "auto_install": { "$ref": "#/components/schemas/rum_auto_install" }, "created": { "$ref": "#/components/schemas/rum_timestamp" }, "rules": { "$ref": "#/components/schemas/rum_rules" }, "ruleset": { "$ref": "#/components/schemas/rum_ruleset" }, "site_tag": { "$ref": "#/components/schemas/rum_site_tag" }, "site_token": { "$ref": "#/components/schemas/rum_site_token" }, "snippet": { "$ref": "#/components/schemas/rum_snippet" } }, "type": "object" }