Skip to content

Commit 6e34968

Browse files
committed
add comment
1 parent fb0f451 commit 6e34968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Convertor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Convertor {
1111
this.specialProperties = ['allOf', 'anyOf', 'items', 'oneOf', 'not', 'properties']
1212
this.ofProperties = ['allOf', 'anyOf', 'oneOf']
1313
this.referencedSchemas = {}
14-
this.bannedKeyWords = ['$schema']
14+
this.bannedKeyWords = ['$schema', '$comment']
1515

1616
this.components = {
1717
schemas: {}

0 commit comments

Comments
 (0)