Skip to content

Commit 99a29c3

Browse files
committed
fix: ChartPoints & description in responses
1 parent 026cfba commit 99a29c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

api/openapi.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ paths:
9494
- Utilities
9595
responses:
9696
'200':
97+
description: openapi.json
9798
content:
9899
application/json:
99100
schema: { } # Free-form JSON value
@@ -107,6 +108,7 @@ paths:
107108
- Utilities
108109
responses:
109110
'200':
111+
description: openapi.yml
110112
content:
111113
application/yaml:
112114
schema:
@@ -7324,14 +7326,15 @@ components:
73247326
$ref: '#/components/schemas/NftItem'
73257327
ChartPoints:
73267328
type: array
7327-
items:
7329+
prefixItems:
73287330
- type: integer
73297331
format: int64
73307332
description: Unix timestamp of the data point
73317333
- type: number
73327334
description: Decimal price of the token in the requested currency
7335+
items: false
73337336
additionalItems: false
7334-
example: [ 1668436763, 97.21323234 ]
7337+
example: [[ 1668436763, 97.21323234 ]]
73357338
AccountInfoByStateInit:
73367339
type: object
73377340
required:

0 commit comments

Comments
 (0)