diff --git a/lib/ajv.d.ts b/lib/ajv.d.ts index 0e10c9a..f964562 100644 --- a/lib/ajv.d.ts +++ b/lib/ajv.d.ts @@ -158,6 +158,8 @@ declare namespace ajv { errors?: boolean | string; // schema: false makes validate not to expect schema (ValidateFunction) schema?: boolean; + modifying?: boolean; + valid?: boolean; // one and only one of the following properties should be present validate?: ValidateFunction | SchemaValidateFunction; compile?: (schema: Object, parentSchema: Object) => ValidateFunction;