Generate markdown documentation for a given JSON Schema. Relies on adobe/jsonschema2md
1.4K
-d to specify the source folder containing schema.json file => /!\ required /!\-o to specify the output folder-x with value - to suppress output of json filesdocker run --rm -v `pwd`:/schema gisaia/jsonschema2md:0.1.2 -d /schema/json -o /schema/out -x -
By running the container without parameters you can see all options availables
docker run --rm -v `pwd`:/schema gisaia/jsonschema2md:0.1.2
Content type
Image
Digest
sha256:b7c247861…
Size
49.5 MB
Last updated
almost 2 years ago
docker pull gisaia/jsonschema2md