Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface PassportSchemaCompatibilityMatrixRow

    interface PassportSchemaCompatibilityMatrixRow {
        evidenceRefs: string[];
        exportCompatible: boolean | null;
        fixtureIds: string[];
        importCompatible: boolean | null;
        partnerSystem: string;
        reasons: string[];
        roundTripCompatible: boolean | null;
        rowHash: string;
        schemaId: "amcpass";
        schemaVersion: string;
        status: PassportSchemaCompatibilityStatus;
    }
    Index
    evidenceRefs: string[]
    exportCompatible: boolean | null
    fixtureIds: string[]
    importCompatible: boolean | null
    partnerSystem: string
    reasons: string[]
    roundTripCompatible: boolean | null
    rowHash: string
    schemaId: "amcpass"
    schemaVersion: string