Check report schema#This schema describes the complete report produced by margo check --diagnostics json, including findings and summary counts.Copy pageView as Markdown View this page as plain text Download PDF Download the pre-rendered document Margo check report v1The JSON envelope emitted by margo check --diagnostics json.diagnosticsarray*All findings, including warnings, in source order.*codestring*minLength=1columnintegerminimum=1hintstringlineintegerminimum=1messagestring*minLength=1pointerstringseveritystringenum=["info","warning","error"]sourcestringerrorsinteger*Number of error-severity findings.minimum=0policystringSHA-256 identity of the trusted host policy when one was supplied.warningsinteger*Number of warning-severity findings.minimum=0Used byThe margo check JSON output.CI checks that consume compatibility findings deterministically.margo schema check-report, which emits the exact embedded bytes.