Skip to content

Commit

Permalink
updated yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
70ray committed Dec 9, 2024
1 parent 90afb44 commit bb295c6
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions api/dp-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,23 +1000,31 @@ paths:
type: string
example: basic-latin
subsets:
type: object
additionalProperties:
type: array
items:
type: object
properties:
name:
type: string
title:
type: string
rows:
type: array
items:
type: object
additionalProperties:
type: array
items:
type: string
example:
ˆ: { title: "Letters with acute, grave, and circumflex",
rows: [{Á: LATIN CAPITAL LETTER A WITH ACUTE, É: LATIN CAPITAL LETTER E WITH ACUTE},
{á: LATIN SMALL LETTER A WITH ACUTE, é: LATIN SMALL LETTER E WITH ACUTE}]}

example:
name: ˆ
title: "Letters with acute, grave, and circumflex"
rows: [
[
[Á, LATIN CAPITAL LETTER A WITH ACUTE], [É, LATIN CAPITAL LETTER E WITH ACUTE]
],
[
[á, LATIN SMALL LETTER A WITH ACUTE], [é, LATIN SMALL LETTER E WITH ACUTE]
]
]
'400':
$ref: '#/components/responses/InvalidValue'
'401':
Expand Down

0 comments on commit bb295c6

Please sign in to comment.