ZoomInfo · Schema

Usage1

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCP

Properties

Name Type Description
limitType string
description string
limit integer
currentUsage integer
usageRemaining integer
View JSON Schema on GitHub

JSON Schema

zoominfo-usage1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "limitType": {
      "type": "string",
      "example": "standard"
    },
    "description": {
      "type": "string",
      "example": "Enterprise software company"
    },
    "limit": {
      "type": "integer",
      "example": 100
    },
    "currentUsage": {
      "type": "integer",
      "example": 100
    },
    "usageRemaining": {
      "type": "integer",
      "example": 100
    }
  },
  "required": [
    "limitType",
    "description",
    "limit",
    "currentUsage",
    "usageRemaining"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Usage1"
}