markspec/coverage/v1.json

Coverage summary plus explicit gap list.

Schema URL: https://driftsys.github.io/schemas/markspec/coverage/v1.json

Coverage statistics and gap analysis for the project. Produced at api/coverage/index.json. Includes aggregate counters (satisfied, verified, unsatisfied, unverified) and explicit gap lists (orphans, unsatisfied parents, unverified entries) for dashboards and actionable remediation output.

Quick guide

Properties

PathTypeRequiredDescription
totalintegeryesTotal number of entries analyzed
coverageobjectyesAggregate coverage counters
coverage.requirementsnumberRequirements coverage ratio
coverage.testsnumberTests coverage ratio
coverage.traceabilitynumberTraceability coverage ratio
gaps[]object[]yesEntries with traceability gaps
gaps[].displayIdstringyesHuman-readable display ID
gaps[].titlestringyesEntry title
gaps[].missingstring[]yesMissing link kinds
gaps[].urlstringRelative URL to the entry's detail page

Common pitfall

Do not assume url exists for every gap row.