IJsonSchemaRegistration interface
Opisuje schemat JSON
Właściwości
file |
Wzorce plików stosowane do schematu. 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 stosowane do schematu.
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