nixos-config/subprojects/bahaghari/tests/lib/tests.schema.json
Gabriel Arazas 9c69e03395
bahaghari/tests: add tests derivation for flake output
Also a schema to check if the whole test suite passes which is nice.
2024-08-01 10:59:26 +08:00

17 lines
321 B
JSON

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