11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"type": "array",
|
|
"title": "Vector Of 2 Items",
|
|
"description": "An vector of 2 number",
|
|
"examples": [[0, 0]],
|
|
"items": [
|
|
{ "type": "number", "description": "The X component", "title": "X", "default": 0 },
|
|
{ "type": "number", "description": "The Y component", "title": "Y", "default": 0 }
|
|
]
|
|
}
|