| 1234567891011121314151617 |
- openapi: 3.0.4
- info:
- title: API Documentation | ChatRPG
- version: 1.0.0
- description: API fro ChatRPG
- servers:
- - url: http://localhost:8000
- description: Development/local server
- tags:
- - name: User
- components:
- schemas:
- User:
- $ref: "./components/schemas/user.yaml"
|