Fix schema

This commit is contained in:
2025-06-09 10:41:34 +02:00
parent 9e77ad74ea
commit 06a00baa51

View File

@@ -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": {}
}
}