Applying some schemas fixes

This commit is contained in:
DaanV2
2024-02-17 12:32:54 +01:00
parent b84a0b530b
commit 98fc2bb2c3
10 changed files with 119 additions and 52 deletions

View File

@@ -5,6 +5,7 @@
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"enum": [
"",
"add.chest",
"admire",
"agitated",
@@ -293,8 +294,10 @@
"milk.screamer",
"milk",
"mob.armor_stand.place",
"mob.hoglin.converted_to_zombified",
"mob.husk.convert_to_drowned",
"mob.husk.convert_to_frog",
"mob.pig.death",
"mob.husk.convert_to_stray",
"mob.husk.convert_to_zombie",
"mob.player.hurt_drown",

View File

@@ -0,0 +1,14 @@
{
"oneOf": [
{
"type": "array",
"$ref": "./number2.json"
},
{
"title": "Value",
"type": "number"
}
],
"examples": [0, [0, 10]],
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
}