Bugfix for a schema mismatch in trim bounds parsing
This commit is contained in:
@@ -30,8 +30,8 @@ type SessionBounds struct {
|
|||||||
ExcludedPrefixSummary string `json:"excluded_prefix_summary"`
|
ExcludedPrefixSummary string `json:"excluded_prefix_summary"`
|
||||||
ExcludedSuffixSummary string `json:"excluded_suffix_summary"`
|
ExcludedSuffixSummary string `json:"excluded_suffix_summary"`
|
||||||
Warnings []any `json:"warnings"`
|
Warnings []any `json:"warnings"`
|
||||||
StartEvidence []any `json:"start_evidence"`
|
StartEvidence any `json:"start_evidence"`
|
||||||
EndEvidence []any `json:"end_evidence"`
|
EndEvidence any `json:"end_evidence"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ParseSessionBoundsFile reads and parses one Scriptorium bounds output JSON file.
|
// ParseSessionBoundsFile reads and parses one Scriptorium bounds output JSON file.
|
||||||
|
|||||||
Reference in New Issue
Block a user