Skip to content

Commit 34b372b

Browse files
Merge pull request #70 from squaredup/work/ah/import-schema
Add index definition schema intellisense
2 parents 1dd0a0f + d0d7fca commit 34b372b

1 file changed

Lines changed: 34 additions & 30 deletions

File tree

.vscode/settings.json

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
11
{
2-
"json.schemas": [
3-
{
4-
"fileMatch": ["**/dataStreams/*.json"],
5-
"url": "https://schemas.squaredup.com/schemas/latest/datastream.schema.json"
6-
},
7-
{
8-
"fileMatch": ["**/metadata.json"],
9-
"url": "https://schemas.squaredup.com/schemas/latest/metadata.schema.json"
10-
},
11-
{
12-
"fileMatch": ["**/configValidation.json"],
13-
"url": "https://schemas.squaredup.com/schemas/latest/configValidation.schema.json"
14-
},
15-
{
16-
"fileMatch": ["**/defaultContent/**/*.dash.json"],
17-
"url": "https://schemas.squaredup.com/schemas/latest/defaultContent.schema.json"
18-
},
19-
{
20-
"fileMatch": ["**/defaultContent/**/manifest.json"],
21-
"url": "https://schemas.squaredup.com/schemas/latest/manifest.schema.json"
22-
},
23-
{
24-
"fileMatch": ["**/defaultContent/scopes.json"],
25-
"url": "https://schemas.squaredup.com/schemas/latest/scopes.schema.json"
26-
},
27-
{
28-
"fileMatch": ["**/ui.json"],
29-
"url": "https://schemas.squaredup.com/schemas/latest/ui.schema.json"
30-
}
31-
]
2+
"json.schemas": [
3+
{
4+
"fileMatch": ["**/dataStreams/*.json"],
5+
"url": "https://schemas.squaredup.com/schemas/latest/datastream.schema.json"
6+
},
7+
{
8+
"fileMatch": ["**/metadata.json"],
9+
"url": "https://schemas.squaredup.com/schemas/latest/metadata.schema.json"
10+
},
11+
{
12+
"fileMatch": ["**/indexDefinitions/*.json"],
13+
"url": "https://schemas.squaredup.com/schemas/latest/importDefinition.schema.json"
14+
},
15+
{
16+
"fileMatch": ["**/configValidation.json"],
17+
"url": "https://schemas.squaredup.com/schemas/latest/configValidation.schema.json"
18+
},
19+
{
20+
"fileMatch": ["**/defaultContent/**/*.dash.json"],
21+
"url": "https://schemas.squaredup.com/schemas/latest/defaultContent.schema.json"
22+
},
23+
{
24+
"fileMatch": ["**/defaultContent/**/manifest.json"],
25+
"url": "https://schemas.squaredup.com/schemas/latest/manifest.schema.json"
26+
},
27+
{
28+
"fileMatch": ["**/defaultContent/scopes.json"],
29+
"url": "https://schemas.squaredup.com/schemas/latest/scopes.schema.json"
30+
},
31+
{
32+
"fileMatch": ["**/ui.json"],
33+
"url": "https://schemas.squaredup.com/schemas/latest/ui.schema.json"
34+
}
35+
]
3236
}

0 commit comments

Comments
 (0)