diff --git a/.vscode/settings.json b/.vscode/settings.json index f702c613..00a125d1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,32 +1,36 @@ { - "json.schemas": [ - { - "fileMatch": ["**/dataStreams/*.json"], - "url": "https://schemas.squaredup.com/schemas/latest/datastream.schema.json" - }, - { - "fileMatch": ["**/metadata.json"], - "url": "https://schemas.squaredup.com/schemas/latest/metadata.schema.json" - }, - { - "fileMatch": ["**/configValidation.json"], - "url": "https://schemas.squaredup.com/schemas/latest/configValidation.schema.json" - }, - { - "fileMatch": ["**/defaultContent/**/*.dash.json"], - "url": "https://schemas.squaredup.com/schemas/latest/defaultContent.schema.json" - }, - { - "fileMatch": ["**/defaultContent/**/manifest.json"], - "url": "https://schemas.squaredup.com/schemas/latest/manifest.schema.json" - }, - { - "fileMatch": ["**/defaultContent/scopes.json"], - "url": "https://schemas.squaredup.com/schemas/latest/scopes.schema.json" - }, - { - "fileMatch": ["**/ui.json"], - "url": "https://schemas.squaredup.com/schemas/latest/ui.schema.json" - } - ] + "json.schemas": [ + { + "fileMatch": ["**/dataStreams/*.json"], + "url": "https://schemas.squaredup.com/schemas/latest/datastream.schema.json" + }, + { + "fileMatch": ["**/metadata.json"], + "url": "https://schemas.squaredup.com/schemas/latest/metadata.schema.json" + }, + { + "fileMatch": ["**/indexDefinitions/*.json"], + "url": "https://schemas.squaredup.com/schemas/latest/importDefinition.schema.json" + }, + { + "fileMatch": ["**/configValidation.json"], + "url": "https://schemas.squaredup.com/schemas/latest/configValidation.schema.json" + }, + { + "fileMatch": ["**/defaultContent/**/*.dash.json"], + "url": "https://schemas.squaredup.com/schemas/latest/defaultContent.schema.json" + }, + { + "fileMatch": ["**/defaultContent/**/manifest.json"], + "url": "https://schemas.squaredup.com/schemas/latest/manifest.schema.json" + }, + { + "fileMatch": ["**/defaultContent/scopes.json"], + "url": "https://schemas.squaredup.com/schemas/latest/scopes.schema.json" + }, + { + "fileMatch": ["**/ui.json"], + "url": "https://schemas.squaredup.com/schemas/latest/ui.schema.json" + } + ] }