diff --git a/format.json b/format.json new file mode 100644 index 0000000000000000000000000000000000000000..dd66957e1d76ea8211e4aded8613836e605dbba8 --- /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