IJsonSchemaRegistration interface
Menjelaskan skema JSON
Properti
| file |
Pola file yang diterapkan skema. Contoh
Contoh
|
| schema | Skema JSON. Lihat https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts |
| uri | URI skema |
Detail Properti
fileMatch
Pola file yang diterapkan skema.
Contoh
["tsconfig.json"]
Contoh
["*.myschema.json"]
fileMatch?: string[]
Nilai Properti
string[]
schema
Skema JSON. Lihat https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts
schema?: any
Nilai Properti
any
uri
URI skema
uri: string
Nilai Properti
string