{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PostDomainUnverification", "title": "PostDomainUnverification", "type": "object", "required": [ "domain" ], "properties": { "domain": { "type": "string", "example": "abc.com", "description": "Domain name to be verified." }, "removePending": { "type": "boolean", "description": "Specify whether to remove pending domain. Default is false (backward compatibility). If true, domains will be deleted from pending domain list." } } }