gtfs-sqljs
    Preparing search index...

    Interface Attribution

    Attribution - Attribution information for the dataset

    interface Attribution {
        agency_id?: string;
        attribution_email?: string;
        attribution_id: string;
        attribution_phone?: string;
        attribution_url?: string;
        is_authority?: number;
        is_operator?: number;
        is_producer?: number;
        organization_name: string;
        route_id?: string;
        trip_id?: string;
    }
    Index

    Properties

    agency_id?: string
    attribution_email?: string
    attribution_id: string
    attribution_phone?: string
    attribution_url?: string
    is_authority?: number
    is_operator?: number
    is_producer?: number
    organization_name: string
    route_id?: string
    trip_id?: string