g3-toolkit API Reference
    Preparing search index...

    Interface ShaclReportDocument

    Versioned SHACL validation report (the interchange document).

    interface ShaclReportDocument {
        conforms: boolean;
        results: ShaclReportResult[];
        source?: string;
        version: 1;
    }
    Index

    Properties

    conforms: boolean
    source?: string

    Provenance, e.g. "pyshacl 0.30" or "g3t in-core". Optional.

    version: 1