MCPcopy
hub / github.com/firecow/gitlab-ci-local / ValidationError

Interface ValidationError

src/schema-error.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import pointer from "jsonpointer";
6
7export interface ValidationError {
8 message: string;
9 path: string;
10 schemaPath: string;
11}
12
13const QUOTES_REGEX = /"/g;
14const NOT_REGEX = /NOT/g;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected