Hunter · JSON Structure

Hunter Verification Status Structure

Type: object Properties: 2
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

VerificationStatus is a JSON Structure definition published by Hunter, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

date status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VerificationStatus",
  "type": "object",
  "properties": {
    "date": {
      "type": "['string', 'null']"
    },
    "status": {
      "type": "['string', 'null']"
    }
  }
}