{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T15:45:21.961Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"json-to-typescript","name":"JSON to TypeScript","url":"https://myaitools.net/json-to-typescript"},{"slug":"json-to-go-struct","name":"JSON to Go Struct","url":"https://myaitools.net/json-to-go-struct"},{"slug":"json-to-python-class","name":"JSON to Python Class","url":"https://myaitools.net/json-to-python-class"},{"slug":"json-to-rust-struct","name":"JSON to Rust Struct","url":"https://myaitools.net/json-to-rust-struct"},{"slug":"json-patch-generator","name":"JSON Patch Generator","url":"https://myaitools.net/json-patch-generator"},{"slug":"json-unflatten","name":"JSON Unflatten","url":"https://myaitools.net/json-unflatten"},{"slug":"json-to-csharp-class","name":"JSON to C# Class","url":"https://myaitools.net/json-to-csharp-class"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://myaitools.net/qr-code-generator"}],"kind":"utility","slug":"json-schema-generator","name":"JSON Schema Generator","description":"Infer a JSON Schema (Draft-07) from any JSON document — nested objects and array element types are inferred recursively.","longDescription":"Paste any JSON object or array and generate a matching JSON Schema (Draft-07). Nested objects become inline `object` schemas with `properties` and `required`; arrays with mixed element types produce a `oneOf` union. All discovered object properties are marked required by default — flip the `All optional` switch to mark them optional instead. Useful for bootstrapping validation rules around an existing API response. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["json schema generator","generate json schema","json schema from json","infer json schema","draft-07 schema","json schema online","json schema free","json validation schema","json schema tool","openapi schema from json","json schema builder","automatic json schema"],"badge":"Generator","url":"https://myaitools.net/json-schema-generator","inputs":[{"type":"text","key":"json","label":"JSON","placeholder":"{\"name\": \"Ada\", \"age\": 36}","multiline":true,"monospace":true},{"type":"boolean","key":"allOptional","label":"All properties optional","defaultValue":false,"help":"If on, no properties are added to `required`."}],"outputs":[{"key":"schema","label":"JSON Schema","multiline":true}],"invocation":{"webUi":"https://myaitools.net/json-schema-generator","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}