From ad296cb8ce5627d1c9973932f78e7560e07e9e7b Mon Sep 17 00:00:00 2001 From: snoweuph Date: Wed, 19 Feb 2025 07:23:02 +0000 Subject: [PATCH] Delete schemas/ws/client/chat.json --- schemas/ws/client/chat.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 schemas/ws/client/chat.json diff --git a/schemas/ws/client/chat.json b/schemas/ws/client/chat.json deleted file mode 100644 index 28ab87a..0000000 --- a/schemas/ws/client/chat.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://example.com/example.json", - "type": "object", - "default": {}, - "title": "Root Schema", - "required": ["msg"], - "properties": { - "msg": { - "type": "string", - "default": "", - "title": "The message sent", - "examples": ["Hello World!", "GG"], - "maxLength": 256, - "minLength": 1 - } - }, - "examples": [ - { - "msg": "Hello World!" - }, - { - "msg": "GG" - } - ] -} \ No newline at end of file