Skip to content

Commit

Permalink
Add new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jan 15, 2025
1 parent cd767b8 commit 514915f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions schemas/retool_entity_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,39 @@
"mode": "REPEATED",
"name": "addresses",
"type": "STRING"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "anchor",
"type": "BOOLEAN"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "issuer",
"type": "BOOLEAN"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "wallet",
"type": "BOOLEAN"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "exchange",
"type": "BOOLEAN"
},
{
"description": "",
"mode": "NULLABLE",
"name": "accounts",
"type": "JSON"
}
]

0 comments on commit 514915f

Please sign in to comment.