@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface FormatSchemaReferenceResolvedResult

    interface FormatSchemaReferenceResolvedResult {
        ref: CanonicalReference;
        cacheKey: string;
        fromCache: boolean;
        ok: true;
        status: "resolved";
        document: TDocument;
        body: Uint8Array;
        text: string;
        contentType?: string;
        httpStatus: number;
        kind: "format_schema";
        schemaMeta: {
            draft: "draft-07" | "2020-12";
            refCount: number;
            maxRefDepthSeen: number;
            keywordCount: number;
            validationTimeMs: number;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheKey: string
    fromCache: boolean
    ok: true
    status: "resolved"
    document: TDocument
    body: Uint8Array
    text: string
    contentType?: string
    httpStatus: number
    kind: "format_schema"
    schemaMeta: {
        draft: "draft-07" | "2020-12";
        refCount: number;
        maxRefDepthSeen: number;
        keywordCount: number;
        validationTimeMs: number;
    }