Unverified Commit bd74ca66 authored by Dan Jones's avatar Dan Jones
Browse files

fix: switch off noAdditionalProperties on validate

parent aafb2f90
...@@ -50,7 +50,7 @@ class GenericProtocol { ...@@ -50,7 +50,7 @@ class GenericProtocol {
this.schema.components.schemas.Message, this.schema.components.schemas.Message,
this.schema.components.schemas, this.schema.components.schemas,
false, false,
true false
); );
} }
...@@ -152,7 +152,7 @@ class GenericSoarProtocol extends GenericProtocol { ...@@ -152,7 +152,7 @@ class GenericSoarProtocol extends GenericProtocol {
this.schema.components.schemas.MESSAGE, this.schema.components.schemas.MESSAGE,
this.schema.components.schemas, this.schema.components.schemas,
false, false,
true false
); );
} }
} }
......
...@@ -52,7 +52,7 @@ class GenericProtocol { ...@@ -52,7 +52,7 @@ class GenericProtocol {
this.schema.components.schemas.Message, this.schema.components.schemas.Message,
this.schema.components.schemas, this.schema.components.schemas,
false, false,
true false
); );
} }
...@@ -154,7 +154,7 @@ class GenericSoarProtocol extends GenericProtocol { ...@@ -154,7 +154,7 @@ class GenericSoarProtocol extends GenericProtocol {
this.schema.components.schemas.MESSAGE, this.schema.components.schemas.MESSAGE,
this.schema.components.schemas, this.schema.components.schemas,
false, false,
true false
); );
} }
} }
......
...@@ -50,7 +50,7 @@ export class GenericProtocol { ...@@ -50,7 +50,7 @@ export class GenericProtocol {
this.schema.components.schemas.Message, this.schema.components.schemas.Message,
this.schema.components.schemas, this.schema.components.schemas,
false, false,
true false
); );
} }
...@@ -152,7 +152,7 @@ export class GenericSoarProtocol extends GenericProtocol { ...@@ -152,7 +152,7 @@ export class GenericSoarProtocol extends GenericProtocol {
this.schema.components.schemas.MESSAGE, this.schema.components.schemas.MESSAGE,
this.schema.components.schemas, this.schema.components.schemas,
false, false,
true false
); );
} }
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment