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" } } }