{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rum_create-site-request", "title": "rum_create-site-request", "properties": { "auto_install": { "$ref": "#/components/schemas/rum_auto_install" }, "host": { "description": "The hostname to use for gray-clouded sites.", "example": "example.com", "type": "string" }, "zone_tag": { "$ref": "#/components/schemas/rum_zone_tag" } }, "type": "object" }