Chatoyant - v0.2.1
    Preparing search index...

    Interface ObjectFieldOptions

    Options for Schema.Object() fields (nested schemas).

    interface ObjectFieldOptions {
        description?: string;
        optional?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Human-readable description for documentation

    optional?: boolean

    Whether the field can be omitted