Condividi tramite


IJsonSchemaRegistration interface

Descrive uno schema JSON

Proprietà

fileMatch

Modelli di file a cui si applica lo schema.

Esempio

["tsconfig.json"]

Esempio

["*.myschema.json"]
schema

Lo schema JSON. Fare riferimento a https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts

uri

URI dello schema

Dettagli proprietà

fileMatch

Modelli di file a cui si applica lo schema.

Esempio

["tsconfig.json"]

Esempio

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

Valore della proprietà

string[]

schema

Lo schema JSON. Fare riferimento a 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