Skip to content

Commit

Permalink
Fixing single quotes according yaml linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
msacrea committed Apr 19, 2024
1 parent 62fd46b commit 1cf4d9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions consentAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ components:
type: string
pattern: '[A-Za-z0-9_\-.~]{1,64}'
description: Technical ID of insured person used in API calls
example: 'JohnDoe_1234'
example: JohnDoe_1234

policyId:
type: string
pattern: '[A-Za-z0-9_\-.~]{1,64}'
description: Technical ID of policy used in API calls
example: 'Pol_56789-2024'
example: Pol_56789-2024

# ---- Common Error Response ----
commonErrorResponse:
Expand Down
18 changes: 9 additions & 9 deletions directoryAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,44 +133,44 @@ components:
id:
type: string
description: Pension fund ID
example: 'VS-731'
example: VS-731
name:
type: string
description: Pension fund name in fund's preferred language
example: 'Omnifund'
example: Omnifund
nameDe:
type: string
description: Pension fund name in German
example: 'Omni Fonds'
example: Omni Fonds
nameEn:
type: string
description: Pension fund name in English
example: 'Omnifund'
example: Omnifund
nameFr:
type: string
description: Pension fund name in French
example: 'Omni fonds'
example: Omni fonds
nameIt:
type: string
description: Pension fund name in Itlian
example: 'Omni fondo'
example: Omni fondo
nameRm:
type: string
description: Pension fund name in Rhaeto-Romanic
example: 'Omni fondo'
example: Omni fondo
webUrl:
type: string
format: uri
description: URL of pension funds web site
example: 'www.omnifund.ch'
example: www.omnifund.ch
logoUrl:
type: string
format: uri
description: |
Image URL of pension fund logo
(at least 200 by 200 pixels, suitable for display on white background,
JPEG or PNG format)
example: 'www.omnifund.ch/logo.png'
example: www.omnifund.ch/logo.png
openpkStatus:
type: string
description: |
Expand Down

0 comments on commit 1cf4d9f

Please sign in to comment.