This is the AJV Options object, but allErrors property is always true by default

See AJV Options for more information

interface DoorkeeperOptions {
    dynamicDefaults?: Record<string, DynamicDefaultFunc>;
}

Hierarchy

  • Omit<Options, "allErrors">
    • DoorkeeperOptions

Properties

Properties

dynamicDefaults?: Record<string, DynamicDefaultFunc>

Dynamic defaults to be used in the schemas