From 893aeb8caee31fda728201569348038b642b552b Mon Sep 17 00:00:00 2001
From: Brett Saviano <bsaviano@intersystems.com>
Date: Wed, 7 Feb 2024 13:44:58 -0500
Subject: [PATCH] #304: new keyword constraint

---
 server/src/documentation/keywords/Class.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/server/src/documentation/keywords/Class.json b/server/src/documentation/keywords/Class.json
index 41000b9..be6d5a7 100755
--- a/server/src/documentation/keywords/Class.json
+++ b/server/src/documentation/keywords/Class.json
@@ -252,7 +252,8 @@
       "POSIXTS",
       "STRING",
       "TIME",
-      "TIMESTAMP"
+      "TIMESTAMP",
+      "VECTOR"
     ],
     "description": "In the case of a datatype class, specifies a type to use for calculations in SQL. Datatype classes must specify an SQL Category."
   },