schema-components - v3.7.0
    Preparing search index...

    Interface InferredDraft

    Inference result carrying the detected draft and the heuristic that triggered it.

    interface InferredDraft {
        draft: JsonSchemaDraft;
        inferredFrom: string;
    }
    Index

    Properties

    Properties

    inferredFrom: string