diff --git a/stages/org.osbuild.copy b/stages/org.osbuild.copy index f8170601..cc477d77 100755 --- a/stages/org.osbuild.copy +++ b/stages/org.osbuild.copy @@ -27,28 +27,28 @@ SCHEMA_2 = r""" "required": ["paths"], "properties": { "paths": { - "description": "Array of items to copy", - "type": "array", - "minItems": 1, - "items": { - "type": "object", - "additionalProperties": false, - "required": ["from", "to"], - "properties": { - "from": { - "type": "string", - "description": "The source", - "pattern": "^input:\/\/[^\/]+\/" - }, - "to": { - "type": "string", - "description": "The destination", - "pattern": "^(tree|mount):\/\/[^\/]+\/" + "description": "Array of items to copy", + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "additionalProperties": false, + "required": ["from", "to"], + "properties": { + "from": { + "type": "string", + "description": "The source", + "pattern": "^input:\/\/[^\/]+\/" + }, + "to": { + "type": "string", + "description": "The destination", + "pattern": "^(tree|mount):\/\/[^\/]+\/" + } } } } } - } }, "devices": { "type": "object",