--- $schema: https://json-schema.org/schema# $id: https://calamares.io/schemas/finished additionalProperties: false type: object properties: xOrgConfFileName: { type: string } convertedKeymapPath: { type: string } writeEtcDefaultKeyboard: { type: boolean, default: true } required: [ xOrgConfFileName, convertedKeymapPath ]