AutoBE
    Preparing search index...

    Boolean type info.

    interface IBoolean {
        description: string;
        type: "boolean";
        "x-autobe-database-schema-property"?: string | null;
        "x-autobe-specification"?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    type: "boolean"

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

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

    "x-autobe-database-schema-property"?: string | null
    "x-autobe-specification"?: string