pb33f / openapi-changes

The world's sexiest OpenAPI breaking changes detector. Discover what changed between two OpenAPI specs, or a single spec over time. Supports OpenAPI 3.1, 3.0 and Swagger
https://pb33f.io/openapi-changes/
Other
180 stars 16 forks source link

[Feature] `report` errors as machine readable json output #132

Open MartinX3 opened 5 months ago

MartinX3 commented 5 months ago

Would it be possible to write error messages in a machine-readable json format? As example if I try to compare swagger v2 with v3 I would like a json like the "no-changes-found" message {"message": "No changes found between specifications"}.