michaelmior/jsonoid-discovery
Monoids for JSON Schema discovery
1.6K
For the simplest way to run JSONoid, pass a JSON Lines formatted file on standard input and a schema will be written to standard output.
docker run -i --rm michaelmior/jsonoid-discovery < input.json > schema.json
For full instructions, see JSONoid on GitHub.
docker pull michaelmior/jsonoid-discovery