Merge pull request #2161 from Gittenburg/master

Fix comment in sample
This commit is contained in:
Alexandru Dima 2020-09-27 15:03:04 +02:00 committed by GitHub
commit d2028b1a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
} }
} }
}, { }, {
uri: "http://myserver/bar-schema.json", // id of the first schema uri: "http://myserver/bar-schema.json", // id of the second schema
schema: { schema: {
type: "object", type: "object",
properties: { properties: {

View file

@ -27,7 +27,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
} }
} }
}, { }, {
uri: "http://myserver/bar-schema.json", // id of the first schema uri: "http://myserver/bar-schema.json", // id of the second schema
schema: { schema: {
type: "object", type: "object",
properties: { properties: {