Files
minecraft-bedrock-json-schemas/source/general/vectors/number2OrValue.json

15 lines
250 B
JSON
Raw Normal View History

2024-02-17 12:32:54 +01:00
{
"oneOf": [
{
"type": "array",
"$ref": "./number2.json"
},
{
"title": "Value",
"type": "number"
}
],
"examples": [0, [0, 10]],
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
}