openapi-processor / openapi-processor-gradle

openapi-processor gradle plugin
https://docs.openapiprocessor.io
Apache License 2.0
3 stars 1 forks source link

Is it possible to use a JSON as input instead of a YAML? #26

Closed demSly closed 1 year ago

demSly commented 1 year ago

I have a "swagger": "2.0" JSON file as input and I need to generate the DTOs. Is it doable with this Gradle Plugin? Thanks

hauner commented 1 year ago

No, this will not work. It supports OpenAPI 3.0/3.1 only.