mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 10:58:24 +00:00
17 lines
323 B
JSON
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
|
||
|
}
|
||
|
}
|