{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_site_update_request", "title": "magic_site_update_request", "properties": { "connector_id": { "$ref": "#/components/schemas/magic_connector-id" }, "description": { "type": "string" }, "location": { "$ref": "#/components/schemas/magic_site-location" }, "name": { "$ref": "#/components/schemas/magic_site-name" }, "secondary_connector_id": { "$ref": "#/components/schemas/magic_secondary-connector-id" } }, "type": "object" }