UNPKG

@redocly/ajv

Version:

Another JSON Schema Validator

4 lines (3 loc) 196 B
import type { AnySchemaObject } from "../types"; import { type Code } from "../compile/codegen"; export declare function getSkipCondition(schema: AnySchemaObject, prop: string): Code | undefined;