ZoomInfo · Schema

GetCompanyRanking

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
Id string
Name string
View JSON Schema on GitHub

JSON Schema

zoominfo-get-company-ranking-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "example": "500123"
    },
    "Name": {
      "type": "string",
      "example": "Acme Corporation"
    }
  },
  "required": [
    "Id",
    "Name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetCompanyRanking"
}