From 06a00baa51eb2c09c4e4e61db96e49881d08d215 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Mon, 9 Jun 2025 10:41:34 +0200 Subject: [PATCH] Fix schema --- pokemon.schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pokemon.schema.json b/pokemon.schema.json index ee3c44f..38a5282 100755 --- a/pokemon.schema.json +++ b/pokemon.schema.json @@ -23,7 +23,7 @@ "genderDifference", "eggGroups", "eggCycles", - "tags", + "flags", "formes", "evolutions" ], @@ -247,6 +247,10 @@ "isMega": { "type": "boolean" }, + "isBattleOnly": { + "type": "boolean", + "description": "Whether the form is only used in battle and resets to its original form after battle." + }, "moves": {} } }