fixup(jsonschema): test attrsOf submodules with valid value

This commit is contained in:
Valentin Gagarin
2025-04-16 16:54:08 +02:00
committed by Valentin Gagarin
parent 6a2e81373c
commit ebd5afe8f5

View File

@@ -16,5 +16,10 @@
"name": "John Doe", "name": "John Doe",
"repo": "test-backup" "repo": "test-backup"
} }
},
"userModules": {
"some-user": {
"foo": {}
}
} }
} }