Condividi tramite


IJsonSchemaRegistration interface

Descrive uno schema JSON

Proprietà

fileMatch

I modelli di file si applicano allo schema.

Esempio

["tsconfig.json"]

Esempio

["*.myschema.json"]
schema

Schema JSON. Vedere https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts

uri

URI dello schema

Dettagli proprietà

fileMatch

I modelli di file si applicano allo schema.

Esempio

["tsconfig.json"]

Esempio

["*.myschema.json"]
fileMatch?: string[]

Valore della proprietà

string[]

schema

Schema JSON. Vedere https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts

schema?: any

Valore della proprietà

any

uri

URI dello schema

uri: string

Valore della proprietà

string