2020-06-16 16:06:56 +02:00
|
|
|
---
|
|
|
|
$schema: https://json-schema.org/schema#
|
|
|
|
$id: https://calamares.io/schemas/netinstall
|
|
|
|
additionalProperties: false
|
|
|
|
type: object
|
|
|
|
properties:
|
2020-08-12 10:26:40 +02:00
|
|
|
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 ]
|