You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`schema`: external schemas references by $ref property. [More details](#ref)
129
129
-`ajv`: [ajv v8 instance's settings](https://ajv.js.org/options.html) for those properties that require `ajv`. [More details](#anyof)
130
130
-`rounding`: setup how the `integer` types will be rounded when not integers. [More details](#integer)
131
+
-`inlineValidators`: when using standalone mode, embed Ajv-generated validator functions in the output instead of compiling schemas at runtime. [More details](#standalone)
131
132
-`largeArrayMechanism`: set the mechanism that should be used to handle large
132
133
(by default `20000` or more items) arrays. [More details](#largearrays)
133
134
-`compileValidators`: when `true`, the `ajv` validators used by `anyOf`, `oneOf` and
0 commit comments