Is this the npm json-schema-to-zod package?
No. FrameworkKit is a browser-only online converter for reviewing and copying Zod output from a JSON Schema document. Use the npm json-schema-to-zod package or a build script when conversion should run inside your project, CI, or tests.
Which JSON Schema drafts are supported?
The converter handles common keywords across Draft 7, 2019-12, and 2020-12, including type, properties, required, enum, const, arrays, oneOf/anyOf/allOf, nullable type arrays, $ref, and shared subschemas under $defs or definitions.
What happens with keywords it cannot convert?
Keywords such as patternProperties, if/then/else, and dependentSchemas are skipped and reported as diagnostics so you can review the affected fields instead of trusting incomplete output.