2020-11-01 17:22:42 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Molang Array Of 3 Numbers",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "The minecraft molang definition that results in a 3 floats",
|
|
|
|
|
"anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }]
|
|
|
|
|
}
|