Skip to content

Commit

Permalink
turn links to markdown; fixes to example langs
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAlexiev committed Mar 25, 2024
1 parent cb05dcd commit 6640f29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/openapi/components/schemas/common/LEIaddress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $linkedData:
term: LEIaddress
'@id': https://www.gleif.org/ontology/Base/PhysicalAddress
title: LEIaddress
description: GLEIF Level 1 Ontology for LEI Address: https://www.gleif.org/ontology/v1.0/Base/index-en.html#PhysicalAddress and 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
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:
Expand Down Expand Up @@ -92,7 +92,7 @@ required:
example: |-
{
"type": ["LEIaddress"],
"language": "ru",
"language": "en-US",
"firstAddressLine": "29996 Hahn Extension",
"additionalAddressLines": [
"Baumbach, O'Keefe and Feil",
Expand Down
4 changes: 2 additions & 2 deletions docs/openapi/components/schemas/common/LEIentity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ example: |-
],
"legalAddress": {
"type": ["LEIaddress"],
"language": "fa",
"language": "en-US",
"firstAddressLine": "29723 Dare Radial",
"additionalAddressLines": [
"Hansen Group",
Expand All @@ -167,7 +167,7 @@ example: |-
},
"headquartersAddress": {
"type": ["LEIaddress"],
"language": "en_BORK",
"language": "en-GB",
"firstAddressLine": "29723 Dare Radial",
"additionalAddressLines": [
"Labadie, Stiedemann and Little",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ example: |-
],
"legalAddress": {
"type": ["LEIaddress"],
"language": "hy",
"language": "en",
"firstAddressLine": "29723 Dare Radial",
"additionalAddressLines": [
"Cormier - Quigley",
Expand All @@ -84,15 +84,15 @@ example: |-
"headquartersAddress": {
"type": ["LEIaddress"],
"language": "sk",
"firstAddressLine": "29723 Dare Radial",
"firstAddressLine": "ul. Švermova 43",
"additionalAddressLines": [
"Zieme, Carroll and Torphy",
"29723 Dare Radial"
],
"addressNumber": "105",
"addressNumberWithinBuilding": "4",
"mailRouting": "539 Spencer Unions, 81768-3826",
"city": "West Chaya",
"city": "Banská Bystrica",
"region": "Buckinghamshire",
"country": "Yemen",
"postalCode": "98342-0463"
Expand Down

0 comments on commit 6640f29

Please sign in to comment.