{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_sites_add_single_request", "title": "magic_sites_add_single_request", "properties": { "connector_id": { "$ref": "#/components/schemas/magic_connector-id" }, "description": { "type": "string" }, "ha_mode": { "description": "Site high availability mode. If set to true, the site can have two connectors and runs in high availability mode.", "example": true, "type": "boolean" }, "location": { "$ref": "#/components/schemas/magic_site-location" }, "name": { "$ref": "#/components/schemas/magic_site-name" }, "secondary_connector_id": { "$ref": "#/components/schemas/magic_secondary-connector-id" } }, "required": [ "name" ], "type": "object" }