From 266843034769a6fd2ca8298462009bae91d3610b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Prieto=20Santamar=C3=ADa?= Date: Tue, 4 Mar 2025 07:52:42 +0100 Subject: [PATCH] JSON w/ format added --- format.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 format.json diff --git a/format.json b/format.json new file mode 100644 index 0000000..dd66957 --- /dev/null +++ b/format.json @@ -0,0 +1,16 @@ +[ + { + "Entities": [ + { + "Entity": "Entity Name 1", + "TUI_Code": "TUI Code 1", + "Semantic_Type": "Semantic Type 1" + }, + { + "Entity": "Entity Name 2", + "TUI_Code": "TUI Code 2", + "Semantic_Type": "Semantic Type 2" + } + ] + } +] \ No newline at end of file -- 2.24.1