index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2023-07-25 19:17:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 11:17:09 +0200 |
commit | 439bb5428bb6a6f512f695a83ee6b3b8f6537598 (patch) | |
tree | 8441f0597d0f4018f162633e6914c160ffc43760 /schema.json | |
parent | d76f4a029604dffe740ef1d44fa5f34ec0b23480 (diff) |
-rw-r--r-- | schema.json | 19 |
diff --git a/schema.json b/schema.json index b74588a1..5616ed41 100644 --- a/schema.json +++ b/schema.json @@ -12,14 +12,19 @@ "testing" ] }, - "audio": { + "audio_config": { "description": "Audio server to be installed", - "type": "string", - "enum": [ - "pipewire", - "pulseaudio", - "none" - ] + "type": "object", + "properties": { + "audio": { + "description": "Audio server to be installed", + "type": "string", + "enum": [ + "pipewire", + "pulseaudio" + ] + } + }, }, "bootloader": { "description": "Bootloader to be installed", |