Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

OpenAPI 3.1 (OAS 3.1)

Does anyone know when Apigee will support OpenAPI 3.1 specifications for importing?

mr_mann_1-1741774039363.png

 

 

3 6 771
6 REPLIES 6

@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