Convert between OpenAPI v2 and v3 formats, it even converts YAML v2 to JSON v3 and all other combinations.
docker run -d -p 8080:8080 u1ih/samsa:latest
curl -s -X POST [email protected] "http://localhost:8082/v2tov3"
curl -s -X POST [email protected] "http://localhost:8082/v2tov3"
curl -s -X POST [email protected] "http://localhost:8082/v2tov3?format=yaml"
curl -s -X POST [email protected] "http://localhost:8082/v2tov3?format=yaml"
curl -s -X POST [email protected] "http://localhost:8082/v3tov2"
curl -s -X POST [email protected] "http://localhost:8082/v3tov2"
curl -s -X POST [email protected] "http://localhost:8082/v3tov2?format=yaml"
curl -s -X POST [email protected] "http://localhost:8082/v3tov2?format=yaml"
Leveraging the great work from this community project