AutoBE
    Preparing search index...

    Null type.

    interface INull {
        description: string;
        type: "null";
        "x-autobe-specification"?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    type: "null"

    Discriminator value. MUST be a single string, NEVER an array.

    For nullable types, use IOneOf instead: { oneOf: [{ type: "string" }, { type: "null" }] }

    "x-autobe-specification"?: string