codemirror-json-schema / JSONValidation
• Private get schemaTitle(): any
any
• new JSONValidation(options?)
| Name | Type |
|---|---|
options? |
JSONValidationOptions |
▸ doValidation(view): Diagnostic[]
| Name | Type |
|---|---|
view |
EditorView |
Diagnostic[]
▸ Private rewriteError(error): string
| Name | Type |
|---|---|
error |
JsonError |
string
• Private mode: JSONMode = MODES.JSON
• Private Optional options: JSONValidationOptions
• Private parser: DocumentParser
• Private schema: null | Draft = null