Schemas
cost
- objectExample:
{"amount":0,"currency":"string"}
Properties:amount
integerAmountExample:0
currency
stringCurrency 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:name
stringExample:"string"
age
integerExample:0
ObjectWithArrayPropExample
- objectExample:
{"numberProp":1000,"stringProp":"value0","arrayProp":[0,1,2]}
Properties:numberProp
numberExample:1000
stringProp
stringExample:"value0"
Enum:value0
value1
arrayProp
array<number>Example:[0,1,2]
Items:- numberExample:
0