-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Cristian Le <[email protected]>
- Loading branch information
Showing
9 changed files
with
80 additions
and
6 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
$id: /schemas/discover/example | ||
$schema: https://json-schema.org/draft-07/schema | ||
|
||
type: object | ||
additionalProperties: false | ||
|
||
properties: | ||
how: | ||
type: string | ||
enum: | ||
- example | ||
path: | ||
$ref: "/schemas/common#/definitions/fmf_id/properties/path" | ||
|
||
# Other basic discover properties | ||
name: | ||
type: string | ||
order: | ||
$ref: "/schemas/core#/definitions/order" | ||
|
||
required: | ||
- how |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
$id: /schemas/provision/example | ||
$schema: https://json-schema.org/draft-07/schema | ||
|
||
type: object | ||
additionalProperties: false | ||
|
||
properties: | ||
how: | ||
type: string | ||
enum: | ||
- example | ||
|
||
# Other basic provision properties | ||
name: | ||
type: string | ||
order: | ||
$ref: "/schemas/core#/definitions/order" | ||
|
||
required: | ||
- how |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
summary: Check plugin schema validation | ||
execute: | ||
how: tmt | ||
provision: | ||
how: example | ||
discover: | ||
how: example | ||
path: some/random/path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters