Autogenerate only the models of the API for the backend-server

This commit is contained in:
2025-05-30 22:26:18 +02:00
parent 597a960bf1
commit 6950ac62e8
9 changed files with 95 additions and 289 deletions

View File

@@ -87,8 +87,6 @@ components:
schemas:
Gamenight:
title: Gamenight
x-stoplight:
id: 0nmru75ph5wh3
type: object
properties:
id:
@@ -113,8 +111,6 @@ components:
description: ''
Token:
title: Token
x-stoplight:
id: 8pz19kigm1jer
type: object
properties:
jwt_token:
@@ -152,19 +148,23 @@ components:
- registration_token
AddGamenightRequestBody:
title: AddGamenightRequestBody
x-stoplight:
id: xw4z5jyym8q7r
type: object
properties:
name:
type: string
x-stoplight:
id: s5ny76cy54nty
datetime:
type: string
x-stoplight:
id: dh6vyvulj4xze
x-internal: false
User:
type: object
properties:
id:
type: string
username:
type: string
email:
type: string
required:
- username
requestBodies:
LoginRequest:
content: