IJsonSchemaRegistration interface
Opisuje schemat JSON
Właściwości
| file |
Wzorce plików, których dotyczy schemat. Przykład
Przykład
|
| schema | Schemat JSON. Zobacz https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts |
| uri | Identyfikator URI schematu |
Szczegóły właściwości
fileMatch
Wzorce plików, których dotyczy schemat.
Przykład
["tsconfig.json"]
Przykład
["*.myschema.json"]
fileMatch?: string[]
Wartość właściwości
string[]
schema
Schemat JSON. Zobacz https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts
schema?: any
Wartość właściwości
any
uri
Identyfikator URI schematu
uri: string
Wartość właściwości
string