From 1c4d183ac2976170134fadbae401c89fe2760a13 Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Tue, 7 Jan 2025 02:28:31 +0530 Subject: [PATCH] Add addressed field --- schemas/retool_entity_data_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/retool_entity_data_schema.json b/schemas/retool_entity_data_schema.json index 2be79a99..c9ce44d1 100644 --- a/schemas/retool_entity_data_schema.json +++ b/schemas/retool_entity_data_schema.json @@ -159,5 +159,12 @@ "mode": "", "name": "website_url", "type": "STRING" + }, + { + "description": "", + "fields": [], + "mode": "REPEATED", + "name": "addresses", + "type": "STRING" } ]