IJsonSchemaRegistration interface
描述 JSON 架构
属性
file |
架构适用的文件模式。 示例
示例
|
schema | JSON 架构。 请参见https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts |
uri | 架构的 URI |
属性详细信息
fileMatch
架构适用的文件模式。
示例
["tsconfig.json"]
示例
["*.myschema.json"]
fileMatch?: string[]
属性值
string[]
schema
JSON 架构。 请参见https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts
schema?: any
属性值
any
uri
架构的 URI
uri: string
属性值
string