15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"oneOf": [
|
|
{
|
|
"type": "array",
|
|
"$ref": "./integer2.json"
|
|
},
|
|
{
|
|
"title": "Value",
|
|
"type": "integer"
|
|
}
|
|
],
|
|
"examples": [0, [0, 10]],
|
|
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
|
|
}
|