{ "$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 } }