{
  "vct": "eu.we-build:ownership:1",
  "name": "Ownership Attestation SD-JWT VC Schema",
  "description": "Schema for the Ownership Attestation encoded as SD-JWT VC, based on the WeBuild Attestation Rulebook v0.9 and draft-ietf-oauth-sd-jwt-vc-09. Records all natural persons, legal entities, and legal arrangements holding direct or indirect ownership interests in a legal entity.",
  "display": [
    {
      "locale": "en-US",
      "name": "Ownership Attestation",
      "description": "Schema for the Ownership Attestation encoded as SD-JWT VC, based on the WeBuild Attestation Rulebook v0.9 and draft-ietf-oauth-sd-jwt-vc-09. Records all natural persons, legal entities, and legal arrangements holding direct or indirect ownership interests in a legal entity."
    }
  ],
  "claims": [
    {
      "path": [
        "issuing_entity"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Issuing Entity"
        }
      ]
    },
    {
      "path": [
        "attestation_legal_category"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Attestation Legal Category"
        }
      ],
      "mandatory": true
    },
    {
      "path": [
        "schema_version"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Schema Version"
        }
      ]
    },
    {
      "path": [
        "trust_anchor_url"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Trust Anchor Url"
        }
      ]
    },
    {
      "path": [
        "owner"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Owner"
        }
      ],
      "mandatory": true
    }
  ]
}