diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f702c61 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,32 @@ +{ + "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" + } + ] +}