|
1 | 1 | { |
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 | + ] |
32 | 36 | } |
0 commit comments