Skip to content

Commit

Permalink
Enable string or integer
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Mar 8, 2024
1 parent e63283b commit c42457d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codetf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -156,7 +156,7 @@
"type": "object",
"properties": {
"lineNumber": {
"type": "integer",
"type": ["integer", "string"],
"description": "The line number that was changed"
},
"description": {
Expand Down

0 comments on commit c42457d

Please sign in to comment.