{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_remove_custom_domain_response", "title": "r2_remove_custom_domain_response", "example": { "domain": "example-domain/custom-domain.com" }, "properties": { "domain": { "description": "Name of the removed custom domain", "type": "string" } }, "required": [ "domain" ], "type": "object" }