Skip to content

Commit 6d71d27

Browse files
authored
Update Convertor.js
1 parent cfdb5c7 commit 6d71d27

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', '$comment', '$id']
14+
this.bannedKeyWords = ['$schema', '$comment', '$id', 'version']
1515

1616
this.components = {
1717
schemas: {}

0 commit comments

Comments
 (0)