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"]}