added api docs
This commit is contained in:
16
interface/models/common/money.yaml
Normal file
16
interface/models/common/money.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
components:
|
||||
schemas:
|
||||
Money:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- amount
|
||||
- currency
|
||||
properties:
|
||||
amount:
|
||||
type: string
|
||||
description: Decimal string amount.
|
||||
example: '125.50'
|
||||
currency:
|
||||
type: string
|
||||
example: USD
|
||||
Reference in New Issue
Block a user