From fc7f5441995d21c79f65164674575ce108b99dff Mon Sep 17 00:00:00 2001 From: Qubasa Date: Sat, 4 May 2024 14:11:28 +0200 Subject: [PATCH] Fix invalid jsonschema testcase --- lib/jsonschema/example-data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/jsonschema/example-data.json b/lib/jsonschema/example-data.json index 8660027f..9fb8e0cd 100644 --- a/lib/jsonschema/example-data.json +++ b/lib/jsonschema/example-data.json @@ -13,7 +13,8 @@ }, "destinations": { "test-backup": { - "name": "John Doe" + "name": "John Doe", + "repo": "test-backup" } } }