changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "address": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "assets": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "blockchain": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "linked_addresses": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ownership_status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_usd": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "verification_options": {
+ "additionalProperties": true,
+ "properties": {
+ "dust_transfer": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "message_signing": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "wallet_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "zero_balance_hint": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}