ZoomInfo · JSON Structure

Zoominfo News Search Request Structure

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

NewsSearchRequest 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

categories url pageDateMin pageDateMax page rpp

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "NewsSearchRequest",
  "properties": {
    "categories": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "url": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "pageDateMin": {
      "type": "string"
    },
    "pageDateMax": {
      "type": "string"
    },
    "page": {
      "type": "integer"
    },
    "rpp": {
      "type": "integer"
    }
  },
  "required": [
    "categories",
    "url",
    "pageDateMin",
    "pageDateMax",
    "page",
    "rpp"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}