michaelmior/jsonoid-discovery

By michaelmior

Updated 1 day ago

Monoids for JSON Schema discovery

Image
Data Science
Developer Tools
0

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 Command

docker pull michaelmior/jsonoid-discovery