changedOutput schema / (root)
Previous value: -{
- "properties": {
- "recipients": {
- "items": {
- "properties": {
- "address": {
- "description": "The payee's postal address, when one is set.",
- "type": [
- "object",
- "null"
- ]
- },
- "destinations": {
- "items": {
- "properties": {
- "account_holder_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "account_number_last4": {
- "type": [
- "string",
- "null"
- ]
- },
- "bank_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "crypto_address": {
- "type": [
- "string",
- "null"
- ]
- },
- "destination_id": {
- "description": "Pass this as `destination_id` to `GET /send-bank-payment`.",
- "type": [
- "string",
- "null"
- ]
- },
- "destination_type": {
- "description": "One of: fiat_us, fiat_iban, crypto.",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "type": [
- "string",
- "null"
- ]
- },
- "network_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "nickname": {
- "description": "User-chosen label, present when one is set. The only editable field on a destination: set it at creation with `addBankingDestination` or later with `updateBankingDestination`.",
- "type": [
- "string",
- "null"
- ]
- },
- "routing_number": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "name": {
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "user_id": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
-}New value: +null