mirror of https://github.com/cutefishos/calamares
Merge branch 'schema' into calamares
All of the schemata are now valid JSON-schema files, and all of the example config files validate against those schema files.main
commit
0f0bae0235
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
$schema: https://json-schema.org/schema#
|
$schema: https://json-schema.org/schema#
|
||||||
$id: https://calamares.io/schemas/finished
|
$id: https://calamares.io/schemas/finished
|
||||||
additionalProperties: keyboard
|
additionalProperties: false
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
xOrgConfFileName: { type: string, required: true }
|
xOrgConfFileName: { type: string }
|
||||||
convertedKeymapPath: { type: string, required: true }
|
convertedKeymapPath: { type: string }
|
||||||
|
writeEtcDefaultKeyboard: { type: boolean, default: true }
|
||||||
|
required: [ xOrgConfFileName, convertedKeymapPath ]
|
||||||
|
|||||||
Loading…
Reference in New Issue