Skip to content

Commit

Permalink
Add 'where', 'name' and 'order' keywords to feature schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Bajer authored and psss committed Sep 20, 2024
1 parent 94f2573 commit 6a0d8b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tmt/schemas/prepare/errata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,15 @@ properties:
no-filter:
type: boolean

name:
type: string

order:
$ref: "/schemas/core#/definitions/order"

where:
$ref: "/schemas/common#/definitions/where"


required:
- how
9 changes: 9 additions & 0 deletions tmt/schemas/prepare/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,14 @@ properties:
- enabled
- disabled

name:
type: string

order:
$ref: "/schemas/core#/definitions/order"

where:
$ref: "/schemas/common#/definitions/where"

required:
- how

0 comments on commit 6a0d8b5

Please sign in to comment.