nix-module-wrapper-manager-fds/tests/lib/tests.schema.json
Gabriel Arazas 76d6dbb1d8 wrapper-manager-fds/tests: init derivation for tests
This is to make checking with flakes a bit easier. Though, there are
much better ways to integrate this even with just the nix-command
experimental feature.
2024-07-13 17:00:06 +08:00

17 lines
323 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "wrapper-manager-fds Nix test object",
"type": "object",
"patternProperties": {
"^\\w+$": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 0,
"maxItems": 0
},
"required": true
}
}