IJsonSchemaRegistration interface

Describes a JSON schema

Properties

fileMatch

File patterns the schema applies to.

Example

["tsconfig.json"]

Example

["*.myschema.json"]
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

uri

URI of the schema

uri: string

Property Value

string