@jambonz/sdk
    Preparing search index...

    Interface VerbBuilderOptions

    interface VerbBuilderOptions {
        validate?: boolean;
        schemaDir?: string;
    }
    Index

    Properties

    validate?: boolean

    Enable runtime schema validation. Default: true.

    schemaDir?: string

    Path to schema directory. Auto-detected if omitted.