Skip to content

Commit

Permalink
Fix spec lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed May 6, 2024
1 parent ffec901 commit 1336941
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 1 addition & 12 deletions spec/namespaces/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,7 @@ components:
channel_list:
type: array
items:
type: object
properties:
config_id:
type: string
name:
type: string
description:
type: string
config_type:
$ref: '../schemas/notifications._common.yaml#/components/schemas/NotificationConfigType'
is_enabled:
type: boolean
$ref: '../schemas/notifications._common.yaml#/components/schemas/NotificationChannel'
notifications.list_features@200:
description: ''
content:
Expand Down
13 changes: 13 additions & 0 deletions spec/schemas/notifications._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,16 @@ components:
type: object
additionalProperties:
type: string
NotificationChannel:
type: object
properties:
config_id:
type: string
name:
type: string
description:
type: string
config_type:
$ref: '#/components/schemas/NotificationConfigType'
is_enabled:
type: boolean

0 comments on commit 1336941

Please sign in to comment.