Technical Elements Documentation
    Preparing search index...

    Interface SaphireProjectAttributes

    Interface for SAPHIRE project attributes

    technical_elements.core.integration

    Required for SAPHIRE project compatibility (FAA format)

    interface SaphireProjectAttributes {
        alternateName: string;
        analystInfo: string;
        architectEngineer: string;
        company: string;
        design: string;
        location: string;
        missionTime: number;
        newSum: string;
        operationDate: string;
        qualificationDate: string;
        type: string;
        vendor: string;
    }
    Index

    Properties

    alternateName: string

    Alternate project name

    analystInfo: string

    Analyst information

    architectEngineer: string

    Architect/Engineer information

    company: string

    Company name

    design: string

    Design information

    location: string

    Project location

    missionTime: number

    Mission time in hours

    newSum: string

    New sum identifier

    operationDate: string

    Operation date (YYYY/MM/DD)

    qualificationDate: string

    Qualification date (YYYY/MM/DD)

    type: string

    Project type

    vendor: string

    Vendor information