{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/patch_accounts_request_account_identifiers", "title": "Identifiers for the account", "properties": { "number": { "description": "The account number.\n", "example": 91981460, "minLength": 1, "type": "string" } }, "type": "object" }