IJsonSchemaRegistration interface
Describes a JSON schema
Properties
file |
File patterns the schema applies to. Example
Example
|
schema | The JSON schema. See https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts |
uri | URI of the schema |
Property Details
fileMatch
File patterns the schema applies to.
Example
["tsconfig.json"]
Example
["*.myschema.json"]
fileMatch?: string[]
Property Value
string[]
schema
The JSON schema. See https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts
schema?: any
Property Value
any
uri
URI of the schema
uri: string
Property Value
string