macOS
brew install generate-json-schemalocal Homebrew formula metadata
brew
Generate a JSON Schema from Sample JSON. Version 2.6.0 via Homebrew; verified from local package data.
install
brew install generate-json-schemalocal Homebrew formula metadata
overview
Generate a JSON Schema from Sample JSON
history
Generate Schemas is the command-line and Node.js package distributed upstream as generate-schema and packaged in Homebrew as generate-json-schema. It derives schema-like definitions from sample JSON objects, turning example payloads into JSON Schema, database table definitions, ODM schemas, and warehouse schemas.
The GitHub repository and npm package were created in February 2015. The README presents the project as a converter from JSON objects to MySQL table schemas, JSON Schema, Mongoose schemas, ClickHouse schemas, Google BigQuery schemas, and generic templates, showing an evolution from a narrow JSON Schema helper into a small multi-target schema generator.
Adoption is mostly in JavaScript and CLI workflows rather than as a platform standard. Its npm package is the upstream distribution, while Homebrew exposes the executable for users who want a system-level generate-schema command without managing a Node project.
Practitioners use it when they have representative JSON and need a quick starter schema for validation, documentation, database modeling, or exploratory ingestion. The README documents both a file-oriented CLI and a library API, plus an interactive REPL mode when no file is supplied.
For package-manager users, generate-json-schema is a convenience wrapper around a Node ecosystem utility: useful for bootstrapping schemas quickly, but not a substitute for hand-maintained contracts in production APIs.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
generate-schema | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Nijikokun/generate-schema
install metadata
| Package key | brew:generate-json-schema |
|---|---|
| Version | 2.6.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/generate-json-schema |
| Homepage | https://github.com/Nijikokun/generate-schema |
| Repository | https://github.com/Nijikokun/generate-schema |
| Upstream docs | https://github.com/Nijikokun/generate-schema#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/generate-schema/-/generate-schema-2.6.0.tgz |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | generate-json-schema |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.