AutoBE
    Preparing search index...

    Boolean type info.

    interface IBoolean {
        type: "boolean";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "boolean"

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

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