From c6acbca54f2dcd04009c7abb306460d51f08b38a Mon Sep 17 00:00:00 2001 From: xntrik Date: Sun, 11 Feb 2024 09:24:57 +0800 Subject: [PATCH] added "package" property to the "representationElement" --- otm_schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/otm_schema.json b/otm_schema.json index a52f85c..9247a35 100644 --- a/otm_schema.json +++ b/otm_schema.json @@ -248,6 +248,7 @@ "position": {"$ref": "#/definitions/position"}, "size": {"$ref": "#/definitions/size"}, "file": {"type": ["string", "null"]}, + "package": {"type": ["string", "null"]}, "line": {"type": ["number", "null"]}, "codeSnippet": {"type": ["string", "null"]}, "attributes": {"type": ["object", "null"]}