Commit efd312d2 authored by Dan Jones's avatar Dan Jones
Browse files

Merge branch '17-change-validator-to-allow-additional-properties' into 'dev'

Resolve "Change validator to allow additional properties"

Closes #17

See merge request !10
parents aafb2f90 bd74ca66
......@@ -50,7 +50,7 @@ class GenericProtocol {
this.schema.components.schemas.Message,
this.schema.components.schemas,
false,
true
false
);
}
......@@ -152,7 +152,7 @@ class GenericSoarProtocol extends GenericProtocol {
this.schema.components.schemas.MESSAGE,
this.schema.components.schemas,
false,
true
false
);
}
}
......
......@@ -52,7 +52,7 @@ class GenericProtocol {
this.schema.components.schemas.Message,
this.schema.components.schemas,
false,
true
false
);
}
......@@ -154,7 +154,7 @@ class GenericSoarProtocol extends GenericProtocol {
this.schema.components.schemas.MESSAGE,
this.schema.components.schemas,
false,
true
false
);
}
}
......
......@@ -50,7 +50,7 @@ export class GenericProtocol {
this.schema.components.schemas.Message,
this.schema.components.schemas,
false,
true
false
);
}
......@@ -152,7 +152,7 @@ export class GenericSoarProtocol extends GenericProtocol {
this.schema.components.schemas.MESSAGE,
this.schema.components.schemas,
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