Skip to content

Commit

Permalink
FSTALIGN-47: Update schema for PR result(#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishchalb committed Mar 22, 2022
1 parent a2228b0 commit 0059740
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/json_log_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@
"title": "Deletions",
"type": "integer"
},
"substitutions": {
"title": "Substitutions",
"substitutions_fp": {
"title": "Substitutions that were false positives.",
"type": "integer"
},
"substitutions_fn": {
"title": "Substitutions that were false negatives.",
"type": "integer"
},
"correct": {
Expand All @@ -91,4 +95,4 @@
}
}
}
}
}

0 comments on commit 0059740

Please sign in to comment.