Skip to content

Commit

Permalink
Merge branch 'system_actions_mvp' of github.com:elastic/kibana into s…
Browse files Browse the repository at this point in the history
…ystem_actions_mvp
  • Loading branch information
guskovaue committed Oct 30, 2023
2 parents bb0ad08 + a271f50 commit f7ecb3b
Show file tree
Hide file tree
Showing 13 changed files with 1,305 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ruleSnoozeScheduleSchemaWithValidation = schema.object(
);

const ruleActionSchema = schema.object({
group: schema.string(),
group: schema.maybe(schema.string()),
id: schema.string(),
params: schema.recordOf(schema.string(), schema.any(), { defaultValue: {} }),
uuid: schema.maybe(schema.string()),
Expand Down
Loading

0 comments on commit f7ecb3b

Please sign in to comment.