File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 94
94
- Utilities
95
95
responses :
96
96
' 200 ' :
97
+ description : openapi.json
97
98
content :
98
99
application/json :
99
100
schema : { } # Free-form JSON value
@@ -107,6 +108,7 @@ paths:
107
108
- Utilities
108
109
responses :
109
110
' 200 ' :
111
+ description : openapi.yml
110
112
content :
111
113
application/yaml :
112
114
schema :
@@ -7324,14 +7326,15 @@ components:
7324
7326
$ref : ' #/components/schemas/NftItem'
7325
7327
ChartPoints :
7326
7328
type : array
7327
- items :
7329
+ prefixItems :
7328
7330
- type : integer
7329
7331
format : int64
7330
7332
description : Unix timestamp of the data point
7331
7333
- type : number
7332
7334
description : Decimal price of the token in the requested currency
7335
+ items : false
7333
7336
additionalItems : false
7334
- example : [ 1668436763, 97.21323234 ]
7337
+ example : [[ 1668436763, 97.21323234 ] ]
7335
7338
AccountInfoByStateInit :
7336
7339
type : object
7337
7340
required :
You can’t perform that action at this time.
0 commit comments