FeaturesEntry types

Passport — Passports

Passport book or card numbers and travel identity.

Passport type (Passport, discriminant 10) — Identity category. Passport book or card numbers and travel identity.

Classification

← Types index · Category: Identity · Discriminant: 10

Field schema (EntryData)

FieldRust typeOptionalProtectedUI label
passport_numberStringnoyesPassport number
document_numberOption<String>yesyesDocument number
issuing_countryOption<String>yesnoIssuing country
nationalityOption<String>yesnoNationality
expiry_dateOption<String>yesnoExpiry date
date_of_birthOption<String>yesnoDate of birth
place_of_birthOption<String>yesnoPlace of birth
last_nameOption<String>yesnoLast name
first_nameOption<String>yesnoFirst name
notesOption<String>yesnoNotes

Secrets

Protected fields (masked in UI, EntryType::is_protected_field): passport_number, document_number.

Attachments

Attachments

Like all entry types, a Passport entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.

In the app

Create a Passport entry: vault → + → type Passport → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).