@tikoci/centrs
    Preparing search index...

    Interface EnvelopeValidationMeta

    interface EnvelopeValidationMeta {
        availableAttributes?: readonly string[];
        enabled: boolean;
        result?: "failed" | "passed" | "skipped";
        semantic?: boolean | "not-applicable";
        source?: string;
        syntax?: boolean;
    }
    Index

    Properties

    availableAttributes?: readonly string[]
    enabled: boolean
    result?: "failed" | "passed" | "skipped"
    semantic?: boolean | "not-applicable"

    Semantic /console/inspect gate status, or not-applicable for script mode.

    source?: string

    Validator identity, e.g. /console/inspect or :put [:parse].

    syntax?: boolean

    Syntax gate status for commands that use RouterOS :parse.