Money
A monetary amount with currency.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Money | A monetary amount with currency. | ||
| value | 1..1 | number | Numeric amount. |
| currency | 0..1 | string | ISO 4217 currency code. |
Example
json
{
"value": 1000000,
"currency": "USD"
}JSON Schema
Full JSON Schema: Money.schema.json