Didomi · Schema

Didomi Consent Notice

Didomi consent notice resource as exposed by /v1/widgets/notices and its child configs / SDK-configs / deployments. A notice ties together a multi-regulation configuration, an SDK config, a deployment, and a set of texts / translations.

AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory Compliance

Properties

Name Type Description
id string Notice identifier.
organization_id string Owning Didomi organization.
name string Human-readable name of the notice.
config_id string Multi-regulation configuration id (regulations, vendors, purposes).
sdk_config_id string SDK config id consumed by the Web / Mobile / CTV SDK.
deployment_id string Active deployment id (publish target).
platforms array
regulations array Regulations this notice is configured to serve.
languages array ISO 639-1 language codes for which translated texts are available.
vendors object Vendor selection for the notice.
purposes array Didomi or IAB TCF purpose identifiers selected for the notice.
look_and_feel object Theme and layout for the rendered consent UI.
status string
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

didomi-consent-notice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/didomi/main/json-schema/didomi-consent-notice-schema.json",
  "title": "Didomi Consent Notice",
  "description": "Didomi consent notice resource as exposed by /v1/widgets/notices and its child configs / SDK-configs / deployments. A notice ties together a multi-regulation configuration, an SDK config, a deployment, and a set of texts / translations.",
  "type": "object",
  "required": ["organization_id", "name"],
  "properties": {
    "id": { "type": "string", "description": "Notice identifier." },
    "organization_id": { "type": "string", "description": "Owning Didomi organization." },
    "name": { "type": "string", "description": "Human-readable name of the notice." },
    "config_id": { "type": "string", "description": "Multi-regulation configuration id (regulations, vendors, purposes)." },
    "sdk_config_id": { "type": "string", "description": "SDK config id consumed by the Web / Mobile / CTV SDK." },
    "deployment_id": { "type": "string", "description": "Active deployment id (publish target)." },
    "platforms": {
      "type": "array",
      "items": { "type": "string", "enum": ["web", "ios", "android", "amp", "ctv", "react-native", "flutter", "unity", "vega-os"] }
    },
    "regulations": {
      "type": "array",
      "description": "Regulations this notice is configured to serve.",
      "items": { "type": "string", "enum": ["gdpr", "ccpa", "vcdpa", "ctdpa", "cpa", "utah", "cdpa", "tcf", "gpp", "chilean-law-25", "australian-privacy"] }
    },
    "languages": {
      "type": "array",
      "description": "ISO 639-1 language codes for which translated texts are available.",
      "items": { "type": "string" }
    },
    "vendors": {
      "type": "object",
      "description": "Vendor selection for the notice.",
      "properties": {
        "iab_tcf": { "type": "array", "items": { "type": "integer" } },
        "didomi": { "type": "array", "items": { "type": "string" } },
        "custom": { "type": "array", "items": { "type": "string" } }
      }
    },
    "purposes": {
      "type": "array",
      "description": "Didomi or IAB TCF purpose identifiers selected for the notice.",
      "items": { "type": "string" }
    },
    "look_and_feel": {
      "type": "object",
      "description": "Theme and layout for the rendered consent UI.",
      "properties": {
        "theme": { "type": "string" },
        "position": { "type": "string", "enum": ["popup", "bottom", "top"] },
        "shape": { "type": "string", "enum": ["card", "fullscreen", "banner"] }
      }
    },
    "status": { "type": "string", "enum": ["draft", "active", "archived"] },
    "created_at": { "type": "string", "format": "date-time" },
    "updated_at": { "type": "string", "format": "date-time" }
  }
}

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/didomi-consent-notice"
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.