Schemas

cost

  • object
    Example: {"amount":0,"currency":"string"}
    Properties:
    • amount
      integer
      Amount
      Example: 0
    • currency
      string
      Currency Code
      Example: "string"

currencies

  • array
    Example: [{"currencyCode":"USD","evaluationDate":"2017-07-21T17:32:28Z"},{"currencyCode":"INR","evaluationDate":"2017-07-21T17:32:28Z"}]
    Items:
    • object
      Example: {"currencyCode":"string","evaluationDate":"2019-08-24T14:15:22Z"}

ArrayOfInt-1

  • array<integer:int64>
    Example: [1,2,3,4]
    Items:
    • integer:int64
      Example: 0

ArrayOfInt-2

  • array<integer:int64>
    Example: [1]
    Items:
    • integer:int64
      Example: 1

PersonObject

  • object
    Example: {"name":"name-1","age":1}
    Properties:
    • name
      string
      Example: "string"
    • age
      integer
      Example: 0

ObjectWithArrayPropExample

  • object
    Example: {"numberProp":1000,"stringProp":"value0","arrayProp":[0,1,2]}
    Properties:
    • numberProp
      number
      Example: 1000
    • stringProp
      string
      Example: "value0"
      Enum: value0 value1
    • arrayProp
      array<number>
      Example: [0,1,2]
      Items:
      • number
        Example: 0