Skip to content

Error: Unsupported output format 'VERBOSE' #88

@baywet

Description

@baywet
await validate(schemaURL, schema as any, { outputFormat: 'VERBOSE' });

will cause the error mentioned in the title.

This is because the type defs are out of date.

export type OutputFormat = "FLAG" | "BASIC" | "DETAILED" | "VERBOSE";

Should be updated to remove the entry

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions