{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-structure/amazon-mechanical-turk-get-account-balance-response-structure.json", "name": "GetAccountBalanceResponse", "description": "GetAccountBalanceResponse schema from Amazon Mechanical Turk API", "type": "object", "properties": { "AvailableBalance": { "$ref": "#/components/schemas/CurrencyAmount" }, "OnHoldBalance": { "$ref": "#/components/schemas/CurrencyAmount" } } }