Does Software AG use OpenAPI 3.1.0

I am trying to import a openapi description yaml file, to use it as a guide to create my APIs.
but its giving me the error :

failed to create rest API description. reason ; [attribute openapi is not of type ‘object’]

i noticed that if i change the version to 3.0.0, it gives another error, but it seems o be because the version declared at the start and the actual content dont match.

how can i use my file to create my rest descriptor ?

Hi @asaleh3 ,

As of now, NO there is no support yet for openapi 3.1.x. The current support is only till 3.0.x

Thanks,
Sree

1 Like

You could probably, use any online converter from openapi 3.1 to openapi 3.0 and then import.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.