getappmap / appmap-python

AppMap client agent for Python
https://appland.org
Other
98 stars 16 forks source link

editor.swagger.io flags errors in the OpenAPI description generated for django-oscar #228

Open apotterri opened 1 year ago

apotterri commented 1 year ago

npx @appland/appmap openapi on the AppMaps generated by the tests for django-oscar shows errors, e.g.

Semantic error at paths./catalogue/category/{category_slug}_101{pk}/
Declared path parameter "category_slug" needs to be defined as a path parameter at either the path or operation level
Jump to line 786

It's possible that these are related to #227.

apotterri commented 1 year ago

It's not related to #227, they're separate issues.