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

catalog api errors on schema #658

Open
eternalparquet opened this issue Nov 8, 2022 · 0 comments
Open

catalog api errors on schema #658

eternalparquet opened this issue Nov 8, 2022 · 0 comments

Comments

@eternalparquet
Copy link

When I validate the schema with openapi tool generator on catalog api, I get these errors:

Errors:
        - attribute
          paths.'/api/catalog-seller-portal/products/{param}={value}'(get).responses.200.content.'application/json'.schema.items
          is missing
        - attribute
          paths.'/api/catalog-seller-portal/products/{productId}'(get).responses.200.content.'application/json'.schema.items
          is missing
        - attribute
          paths.'/api/catalog-seller-portal/products'(post).requestBody.content.'application/json'.schema.items
          is missing
        - attribute
          paths.'/api/catalog-seller-portal/products'(post).responses.200.content.'application/json'.schema.items
          is missing
        - attribute
          paths.'/api/catalog-seller-portal/products/{productId}'(put).requestBody.content.'application/json'.schema.items
          is missing

How to fix that?

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

No branches or pull requests

1 participant