{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InitialLoad", "type": "object", "properties": { "currency": { "type": "string", "description": "The currency in which the amount is loaded.
**Valid values :** 3-letter currency codes in `ISO 4217`" }, "amount": { "type": "number", "description": "The amount that can be loaded to the client account." } } }