{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "required": ["account_id", "subaccount_id"],
    "type": "object",
    "properties": {
        "account_id": {
            "type": "string"
        },
        "subaccount_id": {
            "type": "string"
        }
    }
}
