Skip to content

Commit 0059740

Browse files
authored
FSTALIGN-47: Update schema for PR result(#27)
1 parent a2228b0 commit 0059740

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/json_log_schema.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,12 @@
7272
"title": "Deletions",
7373
"type": "integer"
7474
},
75-
"substitutions": {
76-
"title": "Substitutions",
75+
"substitutions_fp": {
76+
"title": "Substitutions that were false positives.",
77+
"type": "integer"
78+
},
79+
"substitutions_fn": {
80+
"title": "Substitutions that were false negatives.",
7781
"type": "integer"
7882
},
7983
"correct": {
@@ -91,4 +95,4 @@
9195
}
9296
}
9397
}
94-
}
98+
}

0 commit comments

Comments
 (0)