membrane / api-gateway

API gateway for REST, OpenAPI, GraphQL and SOAP written in Java.
https://membrane-api.io
Apache License 2.0
464 stars 138 forks source link

OpenAPI 3.1: api-docs does not work with split OpenAPI documents (Swagger UI/OpenAPI download) #1360

Open predic8 opened 1 day ago

predic8 commented 1 day ago
predic8 commented 1 day ago

OpenAPI parser can serialize OpenAPI. But the whole model is written:

info: class Info {
        title: Split OpenAPI Document API
        description: null
        summary: null
        termsOfService: null
        contact: null
        license: null
        version: 1.0.0
    }

We do not want to have the nulls. We must find a different solution.