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