{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BaseAccount",
"type": "object",
"properties": {
"default": {
"type": "boolean",
"description": "Indicates given account is default account or not"
},
"currency": {
"type": "string",
"description": "Currency of the account.
Values - 3 letter alphabetic currency codes in `ISO 4217`
"
}
}
}