This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ mvn -Pstatic-analysis clean install
125125
126126#### Public Pre-built Docker images
127127
128- - [ https://hub.docker.com/r/openapjsonschematools /openapi-json-schema-generator-cli/ ] ( https://hub.docker.com/r/openapjsonschematools /openapi-json-schema-generator-cli/ ) (official CLI)
128+ - [ https://hub.docker.com/r/openapijsonschematools /openapi-json-schema-generator-cli/ ] ( https://hub.docker.com/r/openapijsonschematools /openapi-json-schema-generator-cli/ ) (official CLI)
129129
130130#### OpenAPI JSON Schema Generator CLI Docker Image
131131
@@ -136,7 +136,7 @@ To generate code with this image, you'll need to mount a local location as a vol
136136Example:
137137
138138``` sh
139- docker run --rm -v " ${PWD} :/local" openapjsonschematools /openapi-json-schema-generator-cli generate \
139+ docker run --rm -v " ${PWD} :/local" openapijsonschematools /openapi-json-schema-generator-cli generate \
140140 -i https://raw.githubusercontent.com/openapi-json-schema-tools/openapi-json-schema-generator/master/modules/openapi-json-schema-generator/src/test/resources/3_0/petstore.yaml \
141141 -g python \
142142 -o /local/out/python
You can’t perform that action at this time.
0 commit comments