diff --git a/lib/jsonschema/example-data.json b/lib/jsonschema/example-data.json index 8660027f4..9fb8e0cd7 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" } } }