{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BankAccountRef", "title": "BankAccountRef", "type": "object", "properties": { "id": { "type": "string", "description": "Workday ID of the bank account" }, "descriptor": { "type": "string", "description": "Display name of the bank account" } } }