ZoomInfo · Schema

CompanyFunding

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
date string
type string
amount integer
View JSON Schema on GitHub

JSON Schema

zoominfo-company-funding-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    },
    "type": {
      "type": "string",
      "example": "standard"
    },
    "amount": {
      "type": "integer",
      "example": 100
    }
  },
  "required": [
    "date",
    "type",
    "amount"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CompanyFunding"
}