This commit is contained in:
DaanV2
2022-07-20 21:12:56 +02:00
parent cd299a7477
commit a813fbf6da
2 changed files with 18 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
{
"oneOf": [
{
"type": "array",
"$ref": "./interger2.json"
},
{
"title": "Value",
"type": "integer"
}
],
"examples": [0, [0, 10]],
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
}