{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SenderSignatureExtendedInformation", "title": "SenderSignatureExtendedInformation", "type": "object", "properties": { "Domain": { "type": "string" }, "EmailAddress": { "type": "string", "format": "email" }, "ReplyToEmailAddress": { "type": "string", "format": "email" }, "Name": { "type": "string" }, "Confirmed": { "type": "boolean" }, "SPFVerified": { "type": "boolean" }, "SPFHost": { "type": "string" }, "SPFTextValue": { "type": "string" }, "DKIMVerified": { "type": "boolean" }, "WeakDKIM": { "type": "boolean" }, "DKIMHost": { "type": "string" }, "DKIMTestValue": { "type": "string" }, "DKIMPendingHost": { "type": "string" }, "DKIMPendingTextValue": { "type": "string" }, "DKIMRevokedHost": { "type": "string" }, "DKIMRevokedTextValue": { "type": "string" }, "SafeToRemoveRevokedKeyFromDNS": { "type": "boolean" }, "DKIMUpdateStatus": { "type": "string" }, "ReturnPathDomain": { "type": "string" }, "ReturnPathDomainVerified": { "type": "boolean" }, "ReturnPathDomainCNAMEValue": { "type": "string" }, "ID": { "type": "integer", "format": "int64" } }, "description": "" }