()
| 21 | } |
| 22 | |
| 23 | _addVocabularies(): void { |
| 24 | super._addVocabularies() |
| 25 | this.addVocabulary(dynamicVocabulary) |
| 26 | draft7Vocabularies.forEach((v) => this.addVocabulary(v)) |
| 27 | this.addVocabulary(nextVocabulary) |
| 28 | this.addVocabulary(unevaluatedVocabulary) |
| 29 | if (this.opts.discriminator) this.addKeyword(discriminator) |
| 30 | } |
| 31 | |
| 32 | _addDefaultMetaSchema(): void { |
| 33 | super._addDefaultMetaSchema() |
nothing calls this directly
no test coverage detected