Remove username property from appeal.yml schema in Discord ban appeal form.

This commit is contained in:
akastijn 2025-08-08 21:01:58 +02:00
parent eb72ce14cc
commit 101794d8f2

View File

@ -114,15 +114,10 @@ components:
type: object type: object
description: Schema for Discord ban/punishment appeals description: Schema for Discord ban/punishment appeals
required: required:
- username
- userId
- email - email
- punishmentId - punishmentId
- appeal - appeal
properties: properties:
username:
type: string
description: Discord username of the appealing user
userId: userId:
type: integer type: integer
format: int64 format: int64