IJsonSchemaRegistration interface
JSON şemasını açıklar
Özellikler
| file |
Şemanın uygulandığı dosya desenleri. Örnek
Örnek
|
| schema | JSON şeması. Bkz. https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts |
| uri | Şemanın URI'si |
Özellik Ayrıntıları
fileMatch
Şemanın uygulandığı dosya desenleri.
Örnek
["tsconfig.json"]
Örnek
["*.myschema.json"]
fileMatch?: string[]
Özellik Değeri
string[]
schema
JSON şeması. Bkz. https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts
schema?: any
Özellik Değeri
any
uri
Şemanın URI'si
uri: string
Özellik Değeri
string