@@ -21,6 +21,12 @@ codemirror-json-schema
21
21
- [ parseJSONDocument] ( README.md#parsejsondocument )
22
22
- [ parseJSONDocumentState] ( README.md#parsejsondocumentstate )
23
23
24
+ ### Classes
25
+
26
+ - [ JSONCompletion] ( classes/JSONCompletion.md )
27
+ - [ JSONHover] ( classes/JSONHover.md )
28
+ - [ JSONValidation] ( classes/JSONValidation.md )
29
+
24
30
### Functions
25
31
26
32
- [ getJSONSchema] ( README.md#getjsonschema )
@@ -32,6 +38,7 @@ codemirror-json-schema
32
38
33
39
### Interfaces
34
40
41
+ - [ JSONCompletionOptions] ( interfaces/JSONCompletionOptions.md )
35
42
- [ JSONValidationOptions] ( interfaces/JSONValidationOptions.md )
36
43
37
44
### Type Aliases
@@ -67,7 +74,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
67
74
68
75
#### Defined in
69
76
70
- [ bundled.ts:15] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/bundled.ts#L15 )
77
+ [ bundled.ts:15] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/bundled.ts#L15 )
71
78
72
79
## Codemirror Extensions
73
80
@@ -81,7 +88,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
81
88
82
89
| Name | Type |
83
90
| :------ | :------ |
84
- | ` opts ` | ` JSONCompletionOptions ` |
91
+ | ` opts ` | [ ` JSONCompletionOptions ` ] ( interfaces/JSONCompletionOptions.md ) |
85
92
86
93
#### Returns
87
94
@@ -101,7 +108,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
101
108
102
109
#### Defined in
103
110
104
- [ json-completion.ts:936] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-completion.ts#L936 )
111
+ [ json-completion.ts:936] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-completion.ts#L936 )
105
112
106
113
___
107
114
@@ -137,7 +144,7 @@ provides a JSON schema enabled tooltip extension for codemirror
137
144
138
145
#### Defined in
139
146
140
- [ json-hover.ts:45] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-hover.ts#L45 )
147
+ [ json-hover.ts:45] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-hover.ts#L45 )
141
148
142
149
___
143
150
@@ -171,7 +178,7 @@ Helper for simpler class instantiaton
171
178
172
179
#### Defined in
173
180
174
- [ json-validation.ts:58] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-validation.ts#L58 )
181
+ [ json-validation.ts:58] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-validation.ts#L58 )
175
182
176
183
## Utilities
177
184
@@ -194,7 +201,7 @@ retrieve a Map of all the json pointers in a document
194
201
195
202
#### Defined in
196
203
197
- [ utils/jsonPointers.ts:85] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/utils/jsonPointers.ts#L85 )
204
+ [ utils/jsonPointers.ts:85] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/utils/jsonPointers.ts#L85 )
198
205
199
206
___
200
207
@@ -219,7 +226,7 @@ retrieve a JSON pointer for a given position in the editor
219
226
220
227
#### Defined in
221
228
222
- [ utils/jsonPointers.ts:68] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/utils/jsonPointers.ts#L68 )
229
+ [ utils/jsonPointers.ts:68] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/utils/jsonPointers.ts#L68 )
223
230
224
231
___
225
232
@@ -246,7 +253,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
246
253
247
254
#### Defined in
248
255
249
- [ utils/parseJSONDocument.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/utils/parseJSONDocument.ts#L24 )
256
+ [ utils/parseJSONDocument.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/utils/parseJSONDocument.ts#L24 )
250
257
251
258
___
252
259
@@ -273,7 +280,7 @@ Return parsed data and json pointers for a given codemirror EditorState
273
280
274
281
#### Defined in
275
282
276
- [ utils/parseJSONDocument.ts:10] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/utils/parseJSONDocument.ts#L10 )
283
+ [ utils/parseJSONDocument.ts:10] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/utils/parseJSONDocument.ts#L10 )
277
284
278
285
## Functions
279
286
@@ -293,7 +300,7 @@ Return parsed data and json pointers for a given codemirror EditorState
293
300
294
301
#### Defined in
295
302
296
- [ state.ts:25] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/state.ts#L25 )
303
+ [ state.ts:25] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/state.ts#L25 )
297
304
298
305
___
299
306
315
322
316
323
#### Defined in
317
324
318
- [ utils/jsonPointers.ts:31] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/utils/jsonPointers.ts#L31 )
325
+ [ utils/jsonPointers.ts:31] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/utils/jsonPointers.ts#L31 )
319
326
320
327
___
321
328
335
342
336
343
#### Defined in
337
344
338
- [ json-validation.ts:48] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-validation.ts#L48 )
345
+ [ json-validation.ts:48] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-validation.ts#L48 )
339
346
340
347
___
341
348
356
363
357
364
#### Defined in
358
365
359
- [ utils/jsonPointers.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/utils/jsonPointers.ts#L18 )
366
+ [ utils/jsonPointers.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/utils/jsonPointers.ts#L18 )
360
367
361
368
___
362
369
376
383
377
384
#### Defined in
378
385
379
- [ state.ts:29] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/state.ts#L29 )
386
+ [ state.ts:29] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/state.ts#L29 )
380
387
381
388
___
382
389
397
404
398
405
#### Defined in
399
406
400
- [ state.ts:19] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/state.ts#L19 )
407
+ [ state.ts:19] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/state.ts#L19 )
401
408
402
409
## Type Aliases
403
410
414
421
415
422
#### Defined in
416
423
417
- [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-hover.ts#L18 )
424
+ [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-hover.ts#L18 )
418
425
419
426
___
420
427
424
431
425
432
#### Defined in
426
433
427
- [ json-hover.ts:20] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-hover.ts#L20 )
434
+ [ json-hover.ts:20] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-hover.ts#L20 )
428
435
429
436
___
430
437
443
450
444
451
#### Defined in
445
452
446
- [ json-hover.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/json-hover.ts#L24 )
453
+ [ json-hover.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/json-hover.ts#L24 )
447
454
448
455
___
449
456
460
467
461
468
#### Defined in
462
469
463
- [ types.ts:6] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/types.ts#L6 )
470
+ [ types.ts:6] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/types.ts#L6 )
464
471
465
472
___
466
473
479
486
480
487
#### Defined in
481
488
482
- [ types.ts:11] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/types.ts#L11 )
489
+ [ types.ts:11] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/types.ts#L11 )
483
490
484
491
___
485
492
489
496
490
497
#### Defined in
491
498
492
- [ types.ts:20] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/types.ts#L20 )
499
+ [ types.ts:20] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/types.ts#L20 )
493
500
494
501
## Variables
495
502
499
506
500
507
#### Defined in
501
508
502
- [ state.ts:6] ( https://github.com/acao/codemirror-json-schema/blob/0dc3749 /src/state.ts#L6 )
509
+ [ state.ts:6] ( https://github.com/acao/codemirror-json-schema/blob/da7f368 /src/state.ts#L6 )
0 commit comments