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

    Interface ContractTestResult

    interface ContractTestResult {
        actualStatus?: number;
        missingFields: string[];
        name: string;
        passed: boolean;
        reason: string;
        testId: string;
        validationErrors: string[];
    }
    Index
    actualStatus?: number
    missingFields: string[]
    name: string
    passed: boolean
    reason: string
    testId: string
    validationErrors: string[]