Skip to content

Commit

Permalink
feat: remove unneeded legalNameLanguage prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rhofvendahl committed Aug 8, 2024
1 parent 4552123 commit a19e621
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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
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 @@ -56,7 +56,6 @@ example: |-
"entity": {
"type": ["LEIEntity"],
"legalName": "Bashirian, Botsford and Hilll",
"legalNameLanguage": "tr",
"otherNames": [
"Waelchi - Sipes",
"Goodwin Group"
Expand Down

0 comments on commit a19e621

Please sign in to comment.