Skip to content

Commit b0c9242

Browse files
veronicaggamarzavery
authored andcommitted
updating vscode settings to apply schema validation (Azure#1626)
1 parent f6bb794 commit b0c9242

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.vscode/settings.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"json.schemas": [
3+
"json.schemas":[
44
{
5-
"fileMatch": [
6-
"/**/swagger/*.json"
5+
"fileMatch":[
6+
"/**/specification/*.json"
77
],
8-
"url": "https://raw.githubusercontent.com/Azure/autorest/master/schema/swagger-extensions.json"
8+
"url":"https://raw.githubusercontent.com/Azure/autorest/master/schema/swagger-extensions.json"
99
},
1010
{
11-
"fileMatch": [
11+
"fileMatch":[
1212
"/**/examples/*.json"
1313
],
14-
"url": "https://raw.githubusercontent.com/Azure/autorest/master/schema/example-schema.json"
14+
"url":"https://raw.githubusercontent.com/Azure/autorest/master/schema/example-schema.json"
1515
},
1616
{
17-
"fileMatch": [
17+
"fileMatch":[
1818
"/**/composite*.json"
1919
],
20-
"url": "https://raw.githubusercontent.com/Azure/autorest/master/schema/composite-swagger.json"
20+
"url":"https://raw.githubusercontent.com/Azure/autorest/master/schema/composite-swagger.json"
2121
}
2222
]
2323
}

0 commit comments

Comments
 (0)