{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.org.idp.domain.remove", "title": "platform.org.idp.domain.remove", "type": "object", "description": "Published when an domain is removed from an organization.", "x-context": "org", "allOf": [ { "$ref": "#/components/schemas/platform.org.idp.domain.create" } ] }