{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DomainSearchResult", "type": "object", "properties": { "domain": { "type": "string" }, "disposable": { "type": "boolean" }, "webmail": { "type": "boolean" }, "accept_all": { "type": "boolean" }, "pattern": { "type": "['string', 'null']" }, "organization": { "type": "string" }, "emails": { "type": "array" } } }