{
  "vct": "eu.we-build:duns:1",
  "name": "WeBuild – DUNS Legal Entity Attestation – SD-JWT VC payload",
  "description": "Schema for the SD-JWT VC payload of a DUNS Legal Entity Attestation as defined in the DUNS Attestation Rulebook (Chapter 3.2). This models the JSON claims set prior to SD-JWT disclosure/packing. The attestation provides a standardized, verifiable representation of a legal entity's business profile as registered with Dun \u0026 Bradstreet, including legal identity, operational status, registration details, and industry classification.",
  "display": [
    {
      "locale": "en-US",
      "name": "WeBuild – DUNS Legal Entity Attestation",
      "description": "Schema for the SD-JWT VC payload of a DUNS Legal Entity Attestation as defined in the DUNS Attestation Rulebook (Chapter 3.2). This models the JSON claims set prior to SD-JWT disclosure/packing. The attestation provides a standardized, verifiable representation of a legal entity's business profile as registered with Dun \u0026 Bradstreet, including legal identity, operational status, registration details, and industry classification."
    }
  ],
  "claims": [
    {
      "path": [
        "trust_anchor_url"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Trust Anchor Url"
        }
      ],
      "description": "URL of the trust anchor."
    },
    {
      "path": [
        "duns_number"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Duns Number"
        }
      ],
      "description": "Nine-digit unique identifier from Dun \u0026 Bradstreet.",
      "mandatory": true
    },
    {
      "path": [
        "legal_entity",
        "legal_name"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Legal Name"
        }
      ],
      "description": "Registered legal name of the entity."
    },
    {
      "path": [
        "legal_entity",
        "legal_form"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Legal Form"
        }
      ],
      "description": "Legal form of the entity."
    },
    {
      "path": [
        "legal_entity",
        "address"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Address"
        }
      ],
      "description": "The official registered address of the entity."
    },
    {
      "path": [
        "legal_entity"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Legal Entity"
        }
      ],
      "description": "Object encapsulating the legal identity of the entity.",
      "mandatory": true
    },
    {
      "path": [
        "attestation_legal_category"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Attestation Legal Category"
        }
      ],
      "description": "Legal category of the attestation ('EAA' or 'QEAA').",
      "mandatory": true
    },
    {
      "path": [
        "schema_version"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Schema Version"
        }
      ],
      "description": "Version of the attestation schema."
    }
  ]
}