mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[netinstall] Fix schema -- the groups file still needs attention
This commit is contained in:
parent
fcbd6e38c5
commit
14afce538b
1 changed files with 10 additions and 1 deletions
|
@ -4,4 +4,13 @@ $id: https://calamares.io/schemas/netinstall
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
groupsUrl: { type: string, required: true }
|
groupsUrl: { type: string }
|
||||||
|
required: { type: boolean, default: false }
|
||||||
|
label: # Translatable labels
|
||||||
|
type: object
|
||||||
|
additionalProperties: true
|
||||||
|
properties:
|
||||||
|
sidebar: { type: string }
|
||||||
|
title: { type: string }
|
||||||
|
groups: { type: array } # TODO: the schema for the whole groups file
|
||||||
|
required: [ groupsUrl ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue