Below is a comprehensive list of all fields that can be included in the Bitwarden JSON format for import and export, based on the Bitwarden CLI documentation and the JSON import format specified at https://bitwarden.com/help/import-data/#bitwarden-import-format. These fields apply to both personal and organization vault exports/imports, with notes on where they are specific to one or the other. The list covers the root object, folders, collections, and items (including type-specific sub-objects).
encrypted: Boolean (optional; e.g.,falsefor unencrypted, typically present in organization exports).folders: Array of folder objects (personal vaults; empty[]or omitted for organization vaults).collections: Array of collection objects (organization vaults; empty[]or omitted for personal vaults).items: Array of item objects (required; core vault data).
id: String (UUID, required for referencing in items).