@hyperjump/json-schema-errors
    Preparing search index...

    Type Alias InstanceOutput

    InstanceOutput: {
        [keywordUri: string]: {
            [keywordLocation: string]: boolean | NormalizedOutput[];
        };
    }

    The normalized keyword result keyed by keyword URI and keyword location. If the keyword is an applicator the values can be false or NormalizedOutput[]. If the value is not an applicator, the value is just a boolean.

    Type Declaration

    • [keywordUri: string]: { [keywordLocation: string]: boolean | NormalizedOutput[] }