{"library":"json-schema-compatibility","type":"library","category":null,"description":"Converts JSON Schema v3 schemas to v4 compatibility, solving the problem of migrating legacy schemas to the newer draft. Version 1.1.0 is the latest stable release; the project appears to be in maintenance mode with no recent updates. Unlike alternatives that require manual rewriting, this tool works in-place on schema objects and supports merged syntaxes like mixed boolean/array 'required'. Released under public domain and MIT licenses.","language":"javascript","status":"maintenance","version":"1.1.0","tags":["javascript","json","json-schema","schema","compatibility"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install json-schema-compatibility","imports":["var api = require('json-schema-compatibility'); api.v4(schema);","<script src=\"json-schema-compatibility.min.js\"></script> // then JsonSchemaCompatibility.v4(schema)","import jsonSchemaCompatibility from 'json-schema-compatibility'; jsonSchemaCompatibility.v4(schema);"]},{"cmd":"yarn add json-schema-compatibility","imports":[]},{"cmd":"pnpm add json-schema-compatibility","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"json-schema-compatibility","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}