Interface PersonalDocument

A personal document, containing some information about a user.

interface PersonalDocument {
    @type: "personalDocument";
    files: DatedFile[];
    translation: DatedFile[];
}

Properties

@type: "personalDocument"
files: DatedFile[]

List of files containing the pages of the document.

translation: DatedFile[]

List of files containing a certified English translation of the document.