Schemas
cost
- objectExample:
{"amount":0,"currency":"string"}Properties:amountintegerAmountExample:0currencystringCurrency CodeExample:"string"
currencies
- arrayExample:
[{"currencyCode":"USD","evaluationDate":"2017-07-21T17:32:28Z"},{"currencyCode":"INR","evaluationDate":"2017-07-21T17:32:28Z"}]Items:- objectExample:
{"currencyCode":"string","evaluationDate":"2019-08-24T14:15:22Z"}
ArrayOfInt-1
- array<integer:int64>Example:
[1,2,3,4]Items:- integer:int64Example:
0
ArrayOfInt-2
- array<integer:int64>Example:
[1]Items:- integer:int64Example:
1
PersonObject
- objectExample:
{"name":"name-1","age":1}Properties:namestringExample:"string"ageintegerExample:0
ObjectWithArrayPropExample
- objectExample:
{"numberProp":1000,"stringProp":"value0","arrayProp":[0,1,2]}Properties:numberPropnumberExample:1000stringPropstringExample:"value0"Enum:value0value1arrayProparray<number>Example:[0,1,2]Items:- numberExample:
0