Hunter · JSON Structure

Hunter Pagination Meta Structure

Type: object Properties: 3
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

results limit offset

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginationMeta",
  "type": "object",
  "properties": {
    "results": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    }
  }
}