@suluk/openapi-compat - v0.1.3
    Preparing search index...

    Interface Validation31

    interface Validation31 {
        valid: boolean;
        errors: { path: string; message: string }[];
    }
    Index

    Properties

    Properties

    valid: boolean
    errors: { path: string; message: string }[]