Does anyone know when Apigee will support OpenAPI 3.1 specifications for importing?
@byz - you may wish to respond to this one on the roadmap question.
Hello ,
We also need OAS 3.1 support, do you have some news about the roadmap ?
Hello all,
Let me work with our product team and determine if there is an ETA on the above - thanks!
From what I learned there is no firm ETA as per importing OpenAPI 3.1 specifications into the Apigee proxy creation wizard - once I know more I will be sure to update this thread. Thanks!
We are also interested in 3.1 very much because of the pattern properties
name: pop description: population by country type: object patternProperties: '^[A-Z]{2}$': type: integer description: the population of the country indicated by the property name.
We are also very interested in compatibility with OpenAPI 3.1, as that is the version we use in our Python APIs. Currently, we need to process YAML/JSON files to remove new OpenAPI 3.1 features before using them in Apigee