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