Hunter · JSON Structure

Hunter Usage Counter Structure

Type: object Properties: 2
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

UsageCounter 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

used available

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UsageCounter",
  "type": "object",
  "properties": {
    "used": {
      "type": "integer"
    },
    "available": {
      "type": "integer"
    }
  }
}