{"library":"jsck","type":"library","category":null,"description":"JSCK (JSON Schema Compiled checK) is a JSON Schema validator for Node.js that compiles schemas into efficient validation trees for performance. It supports JSON Schema drafts 3 and 4 with some caveats (e.g., no remote refs, no uniqueItems). Current stable version is 0.3.2. It is faster than many alternatives due to compilation, but is no longer actively maintained (last release in 2016). Key differentiators: compiles schema to functions, supports draft 3 and 4, but lacks modern draft 6/7/2019-09 support.","language":"javascript","status":"maintenance","version":"0.3.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install jsck","imports":["import JSCK from 'jsck'","new JSCK.draft4(schema)","new JSCK.draft3(schema)"]},{"cmd":"yarn add jsck","imports":[]},{"cmd":"pnpm add jsck","imports":[]}],"homepage":"https://github.com/pandastrike/jsck#readme","github":"ssh://git@github.com/pandastrike/jsck","docs":null,"changelog":null,"pypi":null,"npm":"jsck","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}