Add required fields to HistoryCount object in schema

Updated the schema to include `bans`, `mutes`, `warnings`, and `kicks` as required properties in the `HistoryCount` object. This ensures proper validation and consistency across the API.
This commit is contained in:
Teriuihi 2025-04-12 01:49:57 +02:00
parent 2b27fb6955
commit 3499f331a0

View File

@ -227,6 +227,11 @@ components:
- uuid
HistoryCount:
type: object
required:
- bans
- mutes
- warnings
- kicks
properties:
bans:
type: integer