Skip to content

Commit

Permalink
Added the *slareminder* field to the Playbook schema. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatzir authored Mar 24, 2020
1 parent 158c3cf commit f6698d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[1]: https://pypi.org/project/demisto-sdk/#history
### 0.4.7
* Added the *slareminder* field to the Playbook schema.
* Added the *common_server*, *demisto_mock* arguments to the *init* command.
* Fixed an issue in *generate-docs* where the general section was not being generated correctly.
* Fixed an issue in *validate* where Incident type validation failed.
Expand Down
3 changes: 3 additions & 0 deletions demisto_sdk/commands/common/schemas/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ mapping:
sla:
type: map
allowempty: True
slareminder:
type: map
allowempty: True
quietmode:
type: int
restrictedcompletion:
Expand Down

0 comments on commit f6698d0

Please sign in to comment.