Docker image to serve up the OpenAPI Specification / Swagger Schema
1.5K
For more information about this image and the functionality it provides, please see the swagger-schema GitHub repository.
Expose port 8080 from the image. You can then access the web service directly from a browser.
docker pull swaggerapi/swagger-schema
docker run -d -p 80:8080 swaggerapi/swagger-schema
You can now access the official JSON Schema document on your machine via 80:
curl localhost/v2/schema.json
Content type
Image
Digest
Size
252.7 MB
Last updated
about 9 years ago
docker pull swaggerapi/swagger-schema