From 73d860bf0174bff50f2832153bad3cd62c41354f Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 14 Nov 2024 16:19:33 +0900 Subject: [PATCH] fix --- at/lexicons/ai/syui/game/user.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/at/lexicons/ai/syui/game/user.json b/at/lexicons/ai/syui/game/user.json index 883de96..9d3724f 100644 --- a/at/lexicons/ai/syui/game/user.json +++ b/at/lexicons/ai/syui/game/user.json @@ -27,11 +27,16 @@ }, "charactor": { "type": "object", - "enum": ["ai", "test"], + "enum": ["ai","cerberus","chinesedragon","dragon","kirin","kitsune","leviathan","pegasus","phoenix"], "properties": { - "ai":{ "type": "object", "properties": { + "group":{ + "type": "string" + }, + "season":{ + "type": "integer" + }, "lv":{ "type": "integer", "minimum": 1, @@ -78,7 +83,6 @@ } } } - } }, "createdAt": { "type": "string",