From bd651b74e2fa7332c4a9a58105f083495e469cbb Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Sun, 10 Apr 2022 17:03:49 -0700 Subject: [PATCH] Fix #3721: Typo in table.json schema --- .../src/main/resources/json/schema/entity/data/table.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json index ae066a38eb2..347f4a56fb4 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json @@ -138,7 +138,7 @@ "enum": [ "TIME-UNIT", "INTEGER-RANGE", - "INTGESTION-TIME", + "INGESTION-TIME", "COLUMN-VALUE" ] },