Demandbase · Schema

EnrichmentRequest

Provide at least one of domain or company_name

Account-Based MarketingAdvertisingAI AgentsB2B MarketingData EnrichmentIntent DataPersonalizationSales Intelligence

Properties

Name Type Description
domain string Company web domain for enrichment
company_name string Company name for matching
View JSON Schema on GitHub

JSON Schema

demandbase-enrichmentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnrichmentRequest",
  "title": "EnrichmentRequest",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Company web domain for enrichment"
    },
    "company_name": {
      "type": "string",
      "description": "Company name for matching"
    }
  },
  "description": "Provide at least one of domain or company_name"
}