diff --git a/schemas/retool_entity_data_schema.json b/schemas/retool_entity_data_schema.json index c9ce44d1..714be3ca 100644 --- a/schemas/retool_entity_data_schema.json +++ b/schemas/retool_entity_data_schema.json @@ -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" } ]