From 349abd7bfefbc24f6490891375f7b14f68fa77ff Mon Sep 17 00:00:00 2001 From: tschaffter Date: Sun, 20 Jun 2021 18:50:09 -0700 Subject: [PATCH] Fix ToolType --- openapi/commons/components/parameters/ToolType.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/commons/components/parameters/ToolType.yaml b/openapi/commons/components/parameters/ToolType.yaml index e03cc567..5adf6f6b 100644 --- a/openapi/commons/components/parameters/ToolType.yaml +++ b/openapi/commons/components/parameters/ToolType.yaml @@ -6,8 +6,8 @@ enum: - "nlpsandbox:data-node" - "nlpsandbox:date-annotator" - "nlpsandbox:id-annotator" + - "nlpsandbox:location-annotator" - "nlpsandbox:person-name-annotator" - "nlpsandbox:phi-annotator" - "nlpsandbox:phi-deidentifier" - - "nlpsandbox:physical-address-annotator" example: "nlpsandbox:date-annotator"