ZoomInfo · JSON Structure

Zoominfo Scoop Search Request Structure

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

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

Properties

companyName publishedStartDate publishedEndDate scoopType updatedSinceCreation description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ScoopSearchRequest",
  "properties": {
    "companyName": {
      "type": "string"
    },
    "publishedStartDate": {
      "type": "string"
    },
    "publishedEndDate": {
      "type": "string"
    },
    "scoopType": {
      "type": "string"
    },
    "updatedSinceCreation": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    }
  },
  "required": [
    "companyName",
    "publishedStartDate",
    "publishedEndDate",
    "scoopType",
    "updatedSinceCreation",
    "description"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}