Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
bd74ca66
Unverified
Commit
bd74ca66
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: switch off noAdditionalProperties on validate
parent
aafb2f90
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
dist/protocol.esm.js
dist/protocol.esm.js
+2
-2
dist/protocol.js
dist/protocol.js
+2
-2
src/protocol/index.js
src/protocol/index.js
+2
-2
No files found.
dist/protocol.esm.js
View file @
bd74ca66
...
@@ -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
,
tru
e
fals
e
);
);
}
}
...
@@ -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
,
tru
e
fals
e
);
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/protocol.js
View file @
bd74ca66
...
@@ -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
,
tru
e
fals
e
);
);
}
}
...
@@ -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
,
tru
e
fals
e
);
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
src/protocol/index.js
View file @
bd74ca66
...
@@ -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
,
tru
e
fals
e
);
);
}
}
...
@@ -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
,
tru
e
fals
e
);
);
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment