Skip to content

Commit

Permalink
schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lstyles committed Sep 27, 2024
1 parent 3391aeb commit ef0a3ee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions elastalert/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,22 +745,13 @@ properties:
opsgenie_message: {type: string}
opsgenie_priority: {type: string}
opsgenie_proxy: {type: string}
opsgenie_recipients_args:
oneOf:
- *arrayOfString
- *opsGenieArgs
opsgenie_recipients_args: *opsGenieArgs
opsgenie_recipients: *arrayOfString
opsgenie_source: {type: string}
opsgenie_subject: {type: string}
opsgenie_subject_args:
oneOf:
- *arrayOfString
- *opsGenieArgs
opsgenie_subject_args: *arrayOfString
opsgenie_tags: *arrayOfString
opsgenie_teams_args:
oneOf:
- *arrayOfString
- *opsGenieArgs
opsgenie_teams_args: *opsGenieArgs
opsgenie_teams: *arrayOfString


Expand Down

0 comments on commit ef0a3ee

Please sign in to comment.