diff --git a/lib/jsonschema/example-data.json b/lib/jsonschema/example-data.json index 9fb8e0cd7..74b728423 100644 --- a/lib/jsonschema/example-data.json +++ b/lib/jsonschema/example-data.json @@ -16,5 +16,10 @@ "name": "John Doe", "repo": "test-backup" } + }, + "userModules": { + "some-user": { + "foo": {} + } } }