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 cfdb5c7 commit 6d71d27Copy full SHA for 6d71d27
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', '$comment', '$id']
+ this.bannedKeyWords = ['$schema', '$comment', '$id', 'version']
15
16
this.components = {
17
schemas: {}
0 commit comments