AxUCPSchemaValidator
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ucp/schema.ts#L25
Bounded, dependency-free JSON Schema 2020-12 validator for UCP schemas.
Constructors
Constructor
new AxUCPSchemaValidator(options: Readonly<AxUCPSchemaValidationOptions>): AxUCPSchemaValidator;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ucp/schema.ts#L28
Parameters
| Parameter | Type |
|---|---|
options | Readonly<AxUCPSchemaValidationOptions> |
Returns
AxUCPSchemaValidator
Methods
clearCache()
clearCache(): void;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ucp/schema.ts#L43
Returns
void
validate()
validate(value: unknown, schemaUrl: string): Promise<void>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ucp/schema.ts#L32
Parameters
| Parameter | Type |
|---|---|
value | unknown |
schemaUrl | string |
Returns
Promise<void>