{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DomainSPFResult", "title": "DomainSPFResult", "type": "object", "properties": { "SPFHost": { "type": "string" }, "SPFVerified": { "type": "boolean" }, "SPFTextValue": { "type": "string" } }, "description": "" }