From c42457d566278c8f94bc7080c97f10e1740158b9 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Thu, 7 Mar 2024 15:36:56 -0500 Subject: [PATCH] Enable string or integer --- codetf.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codetf.schema.json b/codetf.schema.json index 3b8040e..da6f8aa 100644 --- a/codetf.schema.json +++ b/codetf.schema.json @@ -43,7 +43,7 @@ "description": "The command line used to re-create this run" }, "elapsed": { - "type": "integer", + "type": ["integer", "string"], "description": "How long, in miliseconds, the analysis took to execute" }, "directory": { @@ -156,7 +156,7 @@ "type": "object", "properties": { "lineNumber": { - "type": "integer", + "type": ["integer", "string"], "description": "The line number that was changed" }, "description": {