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

    Interface NormalisedAnyOf

    Result returned by normaliseAnyOf when an anyOf schema collapses to a nullable shape: the non-null branch and the nullable flag.

    interface NormalisedAnyOf {
        inner: Record<string, unknown>;
        isNullable: boolean;
    }
    Index

    Properties

    Properties

    inner: Record<string, unknown>
    isNullable: boolean