g3-toolkit API Reference
    Preparing search index...

    Interface ShaclValidationResult

    interface ShaclValidationResult {
        nodeId: string;
        shapeId: string;
        shapeName: string;
        targetClass: string;
        valid: boolean;
        violations: ShaclViolation[];
    }
    Index

    Properties

    nodeId: string
    shapeId: string
    shapeName: string
    targetClass: string
    valid: boolean
    violations: ShaclViolation[]