Properties
| Name | Type | Description |
|---|---|---|
| auto_install | object | |
| created | object | |
| rules | object | |
| ruleset | object | |
| site_tag | object | |
| site_token | object | |
| snippet | object |
JSON Schema
{
"$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"
}