{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DomainFailure", "description": "", "type": "object", "properties": { "spf_record": { "type": "string" }, "txt_record": { "type": "string" } }, "required": [ "spf_record", "txt_record" ] }