Dun & Bradstreet · Schema

DnB Direct+ Organization

Canonical D&B Direct+ organization record keyed by D-U-N-S Number.

Business DataCompany DataD-U-N-S NumberCreditRiskMaster DataData EnrichmentIdentity ResolutionComplianceSupply ChainSales IntelligenceMonitoring

Properties

Name Type Description
duns string Nine-digit Data Universal Numbering System identifier.
primaryName string
tradeStyleNames array
primaryAddress object
registrationNumbers array
telephone array
websiteAddress array
industryCodes array
corporateLinkage object
financials array
principals array
beneficialOwnership object
riskAssessment object
View JSON Schema on GitHub

JSON Schema

dnb-direct-plus-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dun-and-bradstreet/main/json-schema/dnb-direct-plus-organization-schema.json",
  "title": "DnB Direct+ Organization",
  "description": "Canonical D&B Direct+ organization record keyed by D-U-N-S Number.",
  "type": "object",
  "required": ["duns", "primaryName"],
  "properties": {
    "duns": {
      "type": "string",
      "pattern": "^[0-9]{9}$",
      "description": "Nine-digit Data Universal Numbering System identifier."
    },
    "primaryName": { "type": "string" },
    "tradeStyleNames": {
      "type": "array",
      "items": { "type": "object", "properties": { "name": { "type": "string" } } }
    },
    "primaryAddress": { "$ref": "#/$defs/Address" },
    "registrationNumbers": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "registrationNumber": { "type": "string" },
          "typeDescription": { "type": "string" }
        }
      }
    },
    "telephone": {
      "type": "array",
      "items": { "type": "object", "properties": { "telephoneNumber": { "type": "string" } } }
    },
    "websiteAddress": {
      "type": "array",
      "items": { "type": "object", "properties": { "url": { "type": "string", "format": "uri" } } }
    },
    "industryCodes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": { "type": "string" },
          "description": { "type": "string" },
          "typeDescription": { "type": "string" }
        }
      }
    },
    "corporateLinkage": {
      "type": "object",
      "properties": {
        "headQuarter": { "$ref": "#/$defs/LinkageNode" },
        "parent": { "$ref": "#/$defs/LinkageNode" },
        "domesticUltimate": { "$ref": "#/$defs/LinkageNode" },
        "globalUltimate": { "$ref": "#/$defs/LinkageNode" }
      }
    },
    "financials": {
      "type": "array",
      "items": { "type": "object" }
    },
    "principals": {
      "type": "array",
      "items": { "type": "object" }
    },
    "beneficialOwnership": { "type": "object" },
    "riskAssessment": { "type": "object" }
  },
  "$defs": {
    "LinkageNode": {
      "type": "object",
      "properties": {
        "duns": { "type": "string", "pattern": "^[0-9]{9}$" },
        "primaryName": { "type": "string" },
        "countryISOAlpha2Code": { "type": "string", "minLength": 2, "maxLength": 2 }
      }
    },
    "Address": {
      "type": "object",
      "properties": {
        "streetAddress": {
          "type": "object",
          "properties": {
            "line1": { "type": "string" },
            "line2": { "type": "string" }
          }
        },
        "addressLocality": { "type": "object", "properties": { "name": { "type": "string" } } },
        "addressRegion": {
          "type": "object",
          "properties": {
            "name": { "type": "string" },
            "abbreviatedName": { "type": "string" }
          }
        },
        "postalCode": { "type": "string" },
        "addressCountry": { "type": "object", "properties": { "isoAlpha2Code": { "type": "string" } } }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/dnb-direct-plus-organization"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.