We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0f451 commit 6e34968Copy full SHA for 6e34968
src/Convertor.js
@@ -11,7 +11,7 @@ class Convertor {
11
this.specialProperties = ['allOf', 'anyOf', 'items', 'oneOf', 'not', 'properties']
12
this.ofProperties = ['allOf', 'anyOf', 'oneOf']
13
this.referencedSchemas = {}
14
- this.bannedKeyWords = ['$schema']
+ this.bannedKeyWords = ['$schema', '$comment']
15
16
this.components = {
17
schemas: {}
0 commit comments