Skip to content

Commit

Permalink
feat: weblei credential
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimsan committed Sep 5, 2024
1 parent 5d1ec74 commit e07e02a
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/credentials-with-issuer-dependent-terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"type": "environmentalImpactCredential",
"count": 17
},
{
"type": "WebLeiCredential",
"count": 28
},
{
"type": "VerifiableScorecard",
"count": 144
Expand Down
3 changes: 0 additions & 3 deletions docs/openapi/components/schemas/common/LEIAddress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ properties:
additionalProperties: false
required:
- type
- firstAddressLine
- city
- country
example: |-
{
"type": ["LEIAddress"],
Expand Down
12 changes: 9 additions & 3 deletions docs/openapi/components/schemas/common/LEIAuthority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,18 @@ properties:
$linkedData:
term: validationAuthorityEntityID
'@id': https://schema.org/leiCode
id:
title: Issuer's Identifier
description: Issuing organization identifier, typically a Decentralized Identifier (DID).
type: string
format: uri
name:
title: Name
description: Issuing organization name.
type: string
additionalProperties: false
required:
- type
- validationAuthorityID
- otherValidationAuthorityID
- validationAuthorityEntityID
example: |-
{
"type": ["LEIAuthority"],
Expand Down
1 change: 0 additions & 1 deletion docs/openapi/components/schemas/common/WebLEI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ required:
- lei
- entity
- registration
- bic
example: |-
{
"type": ["WebLEI"],
Expand Down
Loading

0 comments on commit e07e02a

Please sign in to comment.