stages/lorax-script: add missing type of path to the schema
`path` has to be a string, let's make it explicit in the schema.
This commit is contained in:
parent
ce196f287c
commit
f60a4e3c84
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ SCHEMA = """
|
|||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": {
|
||||
|
||||
"type": "string"
|
||||
},
|
||||
"basearch": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue