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:
Ondřej Budai 2023-03-15 14:50:15 +01:00 committed by Simon de Vlieger
parent ce196f287c
commit f60a4e3c84

View file

@ -28,7 +28,7 @@ SCHEMA = """
"required": ["path"],
"properties": {
"path": {
"type": "string"
},
"basearch": {
"type": "string",