ZoomInfo · JSON Structure

Zoominfo Usage Structure

Type: object Properties: 1 Required: 1
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Usage is a JSON Structure definition published by ZoomInfo, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

usage

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Usage",
  "properties": {
    "usage": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "limitType": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "limit": {
            "type": "integer"
          },
          "currentUsage": {
            "type": "integer"
          },
          "usageRemaining": {
            "type": "integer"
          }
        },
        "required": [
          "limitType",
          "description",
          "limit",
          "currentUsage",
          "usageRemaining"
        ]
      }
    }
  },
  "required": [
    "usage"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}