IJsonSchemaRegistration interface
Popisuje schéma JSON.
file |
Vzory souborů, na které se schéma vztahuje. Příklad
Příklad
|
schema | Schéma JSON. Viz https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts. |
uri | Identifikátor URI schématu |
Vzory souborů, na které se schéma vztahuje.
Příklad
["tsconfig.json"]
Příklad
["*.myschema.json"]
fileMatch?: string[]
Hodnota vlastnosti
string[]
Schéma JSON. Viz https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts.
schema?: any
Hodnota vlastnosti
any
Identifikátor URI schématu
uri: string
Hodnota vlastnosti
string