"json-schema-library": "^10.2.1", const compiledSchema = compileSchema(schema, { getDataDefaultOptions: { addOptionalProps: true, extendDefaults: true, useTypeDefaults: true, recursionLimit: 10, disableRecuionLimit: false, // typo in here cache: {}, }, });