zeed
    Preparing search index...

    Interface SchemaValidateMessage

    Message for schema validation results.

    interface SchemaValidateMessage {
        message: string;
        path: string;
        type: string;
        valid: boolean;
    }
    Index

    Properties

    Properties

    message: string
    path: string
    type: string
    valid: boolean