{"id":15102796,"url":"https://github.com/umairabbasdev/generate-json-schema","last_synced_at":"2026-02-04T06:03:53.370Z","repository":{"id":181832852,"uuid":"667430497","full_name":"umairabbasDev/generate-json-schema","owner":"umairabbasDev","description":"This package generates a JSON schema based on the provided JSON data.","archived":false,"fork":false,"pushed_at":"2023-07-17T14:19:17.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:42:40.309Z","etag":null,"topics":["json","jsonschema","schema-generator"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umairabbasDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-17T13:39:47.000Z","updated_at":"2023-07-17T14:21:08.000Z","dependencies_parsed_at":"2023-07-17T20:41:09.421Z","dependency_job_id":null,"html_url":"https://github.com/umairabbasDev/generate-json-schema","commit_stats":null,"previous_names":["umairabbasdev/generate-json-schema"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umairabbasDev%2Fgenerate-json-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umairabbasDev%2Fgenerate-json-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umairabbasDev%2Fgenerate-json-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umairabbasDev%2Fgenerate-json-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umairabbasDev","download_url":"https://codeload.github.com/umairabbasDev/generate-json-schema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","jsonschema","schema-generator"],"created_at":"2024-09-25T19:06:59.643Z","updated_at":"2026-02-04T06:03:53.313Z","avatar_url":"https://github.com/umairabbasDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generate-json-schema\n\nThis package generates a JSON schema based on the provided JSON data. The package will continually undergo enhancements to improve its functionality. Future releases will introduce additional features like cli usage , and you also have the option to fork the package and contribute to its improvement.\n\n### Installation\n\nTo install the package, run the following command in your terminal:\nRun on the command line:\n\n```bash\nnpm install generate-json-schema --save-dev\n```\n\nThen, within your project, you can utilize it as follows:\n\n```javascript\nvar generateJsonSchema = require('generate-json-schema'),\n\nconst json_Obj  = { users: { name: \"John Doe\", age :30 } ,{ name: \"Jane Doe\", age :27 } },\n\nconst schema_Obj = generateJsonSchema(json_Obj);\n\n```\n\n### Local Download\n\nTo download the package locally, execute the following commands in your terminal:\n\n```bash\ngit clone https://github.com/umairabbasDev/generate-json-schema\ncd generate-json-schema\nnpm install .\n```\n\n### CLI Installation\n\nRun on the command line:\n\n```bash\nComing soon! Stay tuned for updates on CLI usage instructions.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumairabbasdev%2Fgenerate-json-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumairabbasdev%2Fgenerate-json-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumairabbasdev%2Fgenerate-json-schema/lists"}