Skip to content

Commit

Permalink
Merge pull request #963 from mesur-io/feat/legalnamelanguage-wrong
Browse files Browse the repository at this point in the history
Remove unneeded legalNameLanguage property
  • Loading branch information
nissimsan authored Aug 22, 2024
2 parents 76a359a + 96303bf commit a690775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions docs/openapi/components/schemas/common/LEIEntity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ properties:
$linkedData:
term: legalName
'@id': https://schema.org/legalName
legalNameLanguage:
title: Language
type: string
$linkedData:
term: legalNameLanguage
'@id': https://schema.org/Language
otherNames:
title: Othernames
type: array
Expand Down Expand Up @@ -141,7 +135,6 @@ example: |-
{
"type": ["LEIEntity"],
"legalName": "Dicki Group",
"legalNameLanguage": "cz",
"otherNames": [
"Baumbach, Wunsch and Reichel",
"Kilback, Schaden and Gerhold"
Expand Down
3 changes: 1 addition & 2 deletions docs/openapi/components/schemas/common/WebLEI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ example: |-
"lei": "1GS89XTLP3YKEINUGJM9",
"entity": {
"type": ["LEIEntity"],
"legalName": "Bashirian, Botsford and Hilll",
"legalNameLanguage": "tr",
"legalName": "Bashirian, Botsford, and Hill",
"otherNames": [
"Waelchi - Sipes",
"Goodwin Group"
Expand Down

0 comments on commit a690775

Please sign in to comment.