Skip to content
Snippets Groups Projects

fix agent type schema

Closed Mikey requested to merge fix-agent-type-schema into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -14,10 +14,12 @@ module.exports = {
type: {
context: '@type',
description: 'The type of agent.',
oneOf: [{
not: [{
type: 'array',
items: {
$ref: 'AgentType'
not: {
$ref: 'AgentType'
}
}
}, {
$ref: 'AgentType'
Loading