wasabee-project / Wasabee-Server

The Server-Side component for the Wasabee Project tools for Enlightened Agents.
MIT License
11 stars 5 forks source link

Semantic and Structural errors in swagger.yaml #24

Closed bgillock closed 2 years ago

bgillock commented 2 years ago

If you go to https://editor.swagger.io/#/, and select File->Import URL and paste in https://cdn2.wasabee.rocks/docs/api/swagger.yml , it will reveal some semantic and structural errors which should be addressed at some point.

image

While it makes the documentation inconsistent, it may also cause problems if the yaml is used for generating client side libraries, or for describing server side deployments.

bgillock commented 2 years ago

First 3 are minor issues and appear to be fixed in master as of Feb 8th. The last issue is a semantic error but does work and accurately documents the API. Closing Issue.