Files
minecraft-bedrock-json-schemas/source/general/array_3_number.json

10 lines
246 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$id": "general.array.number.3",
"type": "array",
2021-03-21 15:18:38 +01:00
"title": "Array Of 3 Items",
2020-11-01 17:22:42 +01:00
"description": "An array of 3 numbers",
"minimum": 3,
"maximum": 3,
2021-03-21 15:18:38 +01:00
"items": { "type": "number", "description": "An number", "title": "TODO Title" }
2020-11-01 17:22:42 +01:00
}