Hierarchy

  • DiagnosticsOptions

Index

Properties

Optional allowComments

allowComments: boolean

If set, comments are tolerated. If set to false, syntax errors will be emitted for comments.

Optional enableSchemaRequest

enableSchemaRequest: boolean

If set, the schema service would load schema content on-demand with 'fetch' if available

Optional schemas

schemas: object[]

A list of known schemas and/or associations of schemas to file names.

Optional validate

validate: boolean

If set, the validator will be enabled and perform syntax validation as well as schema based validation.