From 3690aab87eef04f37071fd45ca095e41317686eb Mon Sep 17 00:00:00 2001 From: robbyxp1 Date: Fri, 28 Jan 2022 15:10:36 +0000 Subject: [PATCH] Fix another typo in ApproachSettlement event tag --- schemas/approachsettlement-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/approachsettlement-v1.0.json b/schemas/approachsettlement-v1.0.json index a656bb7..571db77 100644 --- a/schemas/approachsettlement-v1.0.json +++ b/schemas/approachsettlement-v1.0.json @@ -40,7 +40,7 @@ "format" : "date-time" }, "event" : { - "enum" : [ "ApproachBody" ] + "enum" : [ "ApproachSettlement" ] }, "horizons": { "type" : "boolean",