Skip to content

Commit

Permalink
feat(configurations): searches
Browse files Browse the repository at this point in the history
  • Loading branch information
alghanor committed Aug 4, 2020
1 parent dcbac47 commit 18e508a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/v1/configurations/items/searches.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ const searchBehavior = {
type: 'boolean',
default: false
},
timeout: {
description: 'Timeout (in seconds) to end a search if there are no results',
type: 'number',
minimum: 0,
default: 60
},
search_entities: {
description: 'Entities that should be searched in a specific context. Searches will be performed in parallel (within an entity per defined behavior).',
type: 'array',
Expand Down

0 comments on commit 18e508a

Please sign in to comment.