openapi.yaml 291 B

1234567891011121314151617
  1. openapi: 3.0.4
  2. info:
  3. title: API Documentation | ChatRPG
  4. version: 1.0.0
  5. description: API fro ChatRPG
  6. servers:
  7. - url: http://localhost:8000
  8. description: Development/local server
  9. tags:
  10. - name: User
  11. components:
  12. schemas:
  13. User:
  14. $ref: "./components/schemas/user.yaml"