{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/registrar-api_domain_update_properties", "title": "registrar-api_domain_update_properties", "properties": { "auto_renew": { "$ref": "#/components/schemas/registrar-api_auto_renew" }, "locked": { "$ref": "#/components/schemas/registrar-api_locked" }, "privacy": { "$ref": "#/components/schemas/registrar-api_privacy" } }, "type": "object" }