()
| 18 | } |
| 19 | |
| 20 | _addVocabularies(): void { |
| 21 | super._addVocabularies() |
| 22 | draft2020Vocabularies.forEach((v) => this.addVocabulary(v)) |
| 23 | if (this.opts.discriminator) this.addKeyword(discriminator) |
| 24 | } |
| 25 | |
| 26 | _addDefaultMetaSchema(): void { |
| 27 | super._addDefaultMetaSchema() |
nothing calls this directly
no test coverage detected