Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/rename lei doc #954

Merged
merged 3 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/credentials-with-issuer-dependent-terms.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"type": "environmentalImpactCredential",
"count": 17
},
{
"type": "VerifiableScorecard",
"count": 144
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$linkedData:
term: LEIaddress
term: LEIAddress
'@id': https://www.gleif.org/ontology/Base/PhysicalAddress
title: LEIaddress
title: LEIAddress
description: "LEI Address: [GLEIF Level 1 Ontology: Physical Address](https://www.gleif.org/ontology/v1.0/Base/index-en.html#PhysicalAddress) and [Common Data Format 3.1 XSD](https://www.gleif.org/about-lei/common-data-file-format/current-versions/level-1-data-lei-cdf-3-1-format/2021-03-04_lei-cdf-v3-1.xsd)"
type: object
properties:
type:
type: array
readOnly: true
const:
- LEIaddress
- LEIAddress
default:
- LEIaddress
- LEIAddress
items:
type: string
enum:
- LEIaddress
- LEIAddress
language:
title: Language
type: string
Expand Down Expand Up @@ -91,7 +91,7 @@ required:
- country
example: |-
{
"type": ["LEIaddress"],
"type": ["LEIAddress"],
"language": "en-US",
"firstAddressLine": "29996 Hahn Extension",
"additionalAddressLines": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$linkedData:
term: LEIauthority
'@id': https://w3id.org/traceability#LEIauthority
title: LEIauthority
term: LEIAuthority
'@id': https://w3id.org/traceability#LEIAuthority
title: LEIAuthority
description: GLEIF LEI Redord Level 1 Schema for LEI Authority
type: object
properties:
type:
type: array
readOnly: true
const:
- LEIauthority
- LEIAuthority
default:
- LEIauthority
- LEIAuthority
items:
type: string
enum:
- LEIauthority
- LEIAuthority
validationAuthorityID:
title: validationAuthorityID
type: string
Expand All @@ -42,7 +42,7 @@ required:
- validationAuthorityEntityID
example: |-
{
"type": ["LEIauthority"],
"type": ["LEIAuthority"],
"validationAuthorityID": "RA000004",
"otherValidationAuthorityID": "I9LWK4HR",
"validationAuthorityEntityID": "IR6TTVJ948RGX9YQDM4V"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$linkedData:
term: LEIentity
'@id': https://w3id.org/traceability#LEIentity
title: LEIentity
term: LEIEntity
'@id': https://w3id.org/traceability#LEIEntity
title: LEIEntity
description: GLEIF LEI Redord Level 1 Schema for LEI Entity
type: object
properties:
type:
type: array
readOnly: true
const:
- LEIentity
- LEIEntity
default:
- LEIentity
- LEIEntity
items:
type: string
enum:
- LEIentity
- LEIEntity
legalName:
title: Legalname
type: string
Expand Down Expand Up @@ -46,22 +46,22 @@ properties:
'@id': https://schema.org/name
legalAddress:
title: LegalAddress
$ref: ./LEIaddress.yml
$ref: ./LEIAddress.yml
$linkedData:
term: legalAddress
'@id': https://www.gleif.org/ontology/Base/hasAddressLegal
headquartersAddress:
title: HeadquartersAddress
$ref: ./LEIaddress.yml
$ref: ./LEIAddress.yml
$linkedData:
term: headquartersAddress
'@id': https://www.gleif.org/ontology/Base/hasAddressHeadquarters
registrationAuthority:
title: RegistrationAuthority
$ref: ./LEIauthority.yml
$ref: ./LEIAuthority.yml
$linkedData:
term: registrationAuthority
'@id': https://w3id.org/traceability#LEIauthority
'@id': https://w3id.org/traceability#LEIAuthority
legalJurisdiction:
title: LegalJurisdiction
type: string
Expand Down Expand Up @@ -115,7 +115,7 @@ properties:
title: OtherAddresses
type: array
items:
$ref: ./LEIaddress.yml
$ref: ./LEIAddress.yml
$linkedData:
term: otherAddresses
'@id': https://schema.org/Place
Expand All @@ -139,7 +139,7 @@ required:
- otherAddresses
example: |-
{
"type": ["LEIentity"],
"type": ["LEIEntity"],
"legalName": "Dicki Group",
"legalNameLanguage": "cz",
"otherNames": [
Expand All @@ -151,7 +151,7 @@ example: |-
"Kilback, Schaden and Gerhold"
],
"legalAddress": {
"type": ["LEIaddress"],
"type": ["LEIAddress"],
"language": "en-US",
"firstAddressLine": "29723 Dare Radial",
"additionalAddressLines": [
Expand All @@ -167,7 +167,7 @@ example: |-
"postalCode": "65001-1865"
},
"headquartersAddress": {
"type": ["LEIaddress"],
"type": ["LEIAddress"],
"language": "en-GB",
"firstAddressLine": "29723 Dare Radial",
"additionalAddressLines": [
Expand All @@ -183,7 +183,7 @@ example: |-
"postalCode": "38600"
},
"registrationAuthority": {
"type": ["LEIauthority"],
"type": ["LEIAuthority"],
"validationAuthorityID": "RA000005",
"otherValidationAuthorityID": "W9TPAHSE",
"validationAuthorityEntityID": "15YFIRA9D02OZZ1LN4FB"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$linkedData:
term: LEIregistration
'@id': https://w3id.org/traceability#LEIregistration
title: LEIregistration
term: LEIRegistration
'@id': https://w3id.org/traceability#LEIRegistration
title: LEIRegistration
description: GLEIF LEI Redord Level 1 Schema for LEI Registration
type: object
properties:
type:
type: array
readOnly: true
const:
- LEIregistration
- LEIRegistration
default:
- LEIregistration
- LEIRegistration
items:
type: string
enum:
- LEIregistration
- LEIRegistration
initialRegistrationDate:
title: Initialregistrationdate
type: string
Expand Down Expand Up @@ -59,10 +59,10 @@ properties:
title: validationAuthority
type: array
items:
$ref: ./LEIauthority.yml
$ref: ./LEIAuthority.yml
$linkedData:
term: validationAuthority
'@id': https://w3id.org/traceability#LEIauthority
'@id': https://w3id.org/traceability#LEIAuthority
additionalProperties: false
required:
- type
Expand All @@ -75,7 +75,7 @@ required:
- validationAuthority
example: |-
{
"type": ["LEIregistration"],
"type": ["LEIRegistration"],
"initialRegistrationDate": "2020-01-01",
"lastUpdateDate": "2020-01-01",
"status": "CONFIRMED",
Expand All @@ -84,7 +84,7 @@ example: |-
"validationSources": "FULLY_CORROBORATED",
"validationAuthority": [
{
"type": ["LEIauthority"],
"type": ["LEIAuthority"],
"validationAuthorityID": "RA000004",
"otherValidationAuthorityID": "ZQSXNACY",
"validationAuthorityEntityID": "622LO2SWTJWOVTZ581RV"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
$linkedData:
term: LEIevidenceDocument
'@id': https://w3id.org/traceability#LEIevidenceDocument
title: LEIevidenceDocument
term: WebLEI
'@id': https://w3id.org/traceability#WebLEI
title: WebLEI
description: GLEIF LEI Redord Level 1 Schema
type: object
properties:
type:
type: array
readOnly: true
const:
- LEIevidenceDocument
- WebLEI
default:
- LEIevidenceDocument
- WebLEI
items:
type: string
enum:
- LEIevidenceDocument
- WebLEI
lei:
title: Lei
type: string
$linkedData:
term: lei
'@id': https://www.gleif.org/en/about-lei/iso-17442-the-lei-code-structure#
entity:
title: LEIentity
$ref: ./LEIentity.yml
title: LEIEntity
$ref: ./LEIEntity.yml
$linkedData:
term: entity
'@id': https://w3id.org/traceability#LEIentity
'@id': https://w3id.org/traceability#LEIEntity
registration:
title: LEIregistration
$ref: ./LEIregistration.yml
title: LEIRegistration
$ref: ./LEIRegistration.yml
$linkedData:
term: registration
'@id': https://w3id.org/traceability#LEIregistration
'@id': https://w3id.org/traceability#LEIRegistration
bic:
title: bic
description: S.W.I.F.T. bank identifier code
Expand All @@ -51,10 +51,10 @@ required:
- bic
example: |-
{
"type": ["LEIevidenceDocument"],
"type": ["WebLEI"],
"lei": "1GS89XTLP3YKEINUGJM9",
"entity": {
"type": ["LEIentity"],
"type": ["LEIEntity"],
"legalName": "Bashirian, Botsford and Hilll",
"legalNameLanguage": "tr",
"otherNames": [
Expand All @@ -66,7 +66,7 @@ example: |-
"Goodwin Group"
],
"legalAddress": {
"type": ["LEIaddress"],
"type": ["LEIAddress"],
"language": "en",
"firstAddressLine": "29723 Dare Radial",
"additionalAddressLines": [
Expand All @@ -82,7 +82,7 @@ example: |-
"postalCode": "56041-9807"
},
"headquartersAddress": {
"type": ["LEIaddress"],
"type": ["LEIAddress"],
"language": "sk",
"firstAddressLine": "ul. Švermova 43",
"additionalAddressLines": [
Expand All @@ -98,7 +98,7 @@ example: |-
"postalCode": "98342-0463"
},
"registrationAuthority": {
"type": ["LEIauthority"],
"type": ["LEIAuthority"],
"validationAuthorityID": "RA000001",
"otherValidationAuthorityID": "1QXYYF6U",
"validationAuthorityEntityID": "OK35QOCIONDW5FEW4RKH"
Expand All @@ -122,7 +122,7 @@ example: |-
"otherAddresses": []
},
"registration": {
"type": ["LEIregistration"],
"type": ["LEIRegistration"],
"initialRegistrationDate": "2020-01-01",
"lastUpdateDate": "2020-01-01",
"status": "IN PROGRESS",
Expand All @@ -131,7 +131,7 @@ example: |-
"validationSources": "NOT_CORROBORATED",
"validationAuthority": [
{
"type": ["LEIauthority"],
"type": ["LEIAuthority"],
"validationAuthorityID": "RA000004",
"otherValidationAuthorityID": "7HBOLS20",
"validationAuthorityEntityID": "5W2KTTRTR6P3OPH5NU1Q"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,4 +971,4 @@ example: |-
"conveyanceName": "Gizera",
"arrivalDate": "2022-02-25"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ example: |-
},
"CO2e": "1190"
}
}
}
Loading
Loading