type: object
additionalProperties: false
required:
  - currency
  - amount
properties:
  currency:
    $ref: ./Currency.yaml
  amount:
    $ref: ./Amount.yaml
