Docupilot · Schema

DomainFailure

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
spf_record string
txt_record string
View JSON Schema on GitHub

JSON Schema

app-DomainFailure.json Raw ↑
{
  "$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"
  ]
}