--- $schema: https://json-schema.org/schema# $id: https://calamares.io/schemas/packages additionalProperties: false type: object properties: backend: type: string enum: - apk - apt - dnf - entropy - packagekit - pacman - portage - urpmi - yum - zypp - dummy update_db: { type: boolean, default: true } update_system: { type: boolean, default: false } skip_if_no_internet: { type: boolean, default: false } operations: type: array required: [ backend ]