Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Reference Errors When Creating API Products from APIs That Use allOf #3453

Open
AselaPathirage opened this issue Dec 12, 2024 · 0 comments

Comments

@AselaPathirage
Copy link
Member

Current Limitation

It has been observed that when creating API products from APIs, "token does not exist" errors are encountered even though the schemas are defined in the API definition. Upon investigation, it was found that schemas referenced within object properties under an allOf construct are not being included in the API definition of the created API product.

Steps to reproduce:

  • Deploy an API using the testAPI.json file. testAPI.json
  • Create and deploy an API product using the POST resource of that API.

Suggested Improvement

This should ideally be supported in APIM when creating API Products as the OpenAPI specification explicitly supports the use of 'allOf'.

Version

4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants