Partager via


IJsonSchemaRegistration interface

Décrit un schéma JSON

Propriétés

fileMatch

Modèles de fichier auquel le schéma s’applique.

Exemple

["tsconfig.json"]

Exemple

["*.myschema.json"]
schema

Schéma JSON. Voir https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts

uri

URI du schéma

Détails de la propriété

fileMatch

Modèles de fichier auquel le schéma s’applique.

Exemple

["tsconfig.json"]

Exemple

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

Valeur de propriété

string[]

schema

Schéma JSON. Voir https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts

schema?: any

Valeur de propriété

any

uri

URI du schéma

uri: string

Valeur de propriété

string