Skip to content

Commit

Permalink
remove oneOf
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed Dec 13, 2024
1 parent 6112482 commit cf1cb93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/integration/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ spec:
url:
description: Link url. Format is `http://...` or `https://...` for external links, `kbn:app/...` for links internal to Kibana.
type: string
oneOf:
- type: string
pattern: '^(http(s)?://|kbn:/)'
pattern: '^(http(s)?://|kbn:/)'
type:
description: Type of link. `next_steps` for links to locations that can be relevant right after configuring the policy. `action` for actions that can be performed while the policy is in use.
type: string
Expand Down

0 comments on commit cf1cb93

Please sign in to comment.