{"swagger":"2.0","info":{"version":"v1","title":"OnAir"},"host":"server1.onair.company","schemes":["https"],"paths":{"/api/v1/company/{companyId}/trading_goods":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyTradingGoods","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"airportICAO","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Merchandise]]"}}}}},"/api/v1/twitchoverlay/{companyId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetTwitchData","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSResultTwitchData]"}}}}},"/api/v1/va/{vaId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetVADetail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"vaId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[VA]"}}}}},"/api/v1/va/{vaId}/members":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetVAMembers","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"vaId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[VAMember]]"}}}}},"/api/v1/va/{vaId}/shareholders":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetVAShareHolders","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"vaId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[VAShareHolder]]"}}}}},"/api/v1/va/{vaId}/roles":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetVARoles","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"vaId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[VARole]]"}}}}},"/api/v1/company/{companyId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyDetail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Company]"}}}}},"/api/v1/company/{companyId}/fleet":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyFleet","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Aircraft]]"}}}}},"/api/v1/company/{companyId}/employees":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyEmployees","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[People]]"}}}}},"/api/v1/company/{companyId}/flights":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyFlights","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"startIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"limit","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Flight]]"}}}}},"/api/v1/company/{companyId}/workorders":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyWorkOrders","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[WorkOrder]]"}}}}},"/api/v1/company/{companyId}/workorders/{aircraftId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyWorkOrders","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"aircraftId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[WorkOrder]]"}}}}},"/api/v1/company/{companyId}/jobs/pending":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyPendingJobs","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Mission]]"}}}}},"/api/v1/company/{companyId}/jobs/completed":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyCompletedJobs","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Mission]]"}}}}},"/api/v1/company/{companyId}/missionflighttracks":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyMissionsFlightTracks","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[MissionFlightTrack]]"}}}}},"/api/v1/company/{companyId}/fbos":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyFBOs","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[FBO]]"}}}}},"/api/v1/company/{companyId}/cashflow":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyCashFlow","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSGetCompanyCashFlow]"}}}}},"/api/v1/company/{companyId}/incomestatement":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyIncomeStatement","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"startDate","in":"query","required":true,"type":"string","format":"date-time"},{"name":"endDate","in":"query","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSGetCompanyIncomes]"}}}}},"/api/v1/company/{companyId}/balancesheet":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyCashBalanceSheet","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSGetCompanyBalanceSheet]"}}}}},"/api/v1/company/{companyId}/dashboard":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyDashboard","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSCompanyData]"}}}}},"/api/v1/company/{companyId}/notifications":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetCompanyNotifications","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"startIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"limit","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Log]]"}}}}},"/api/v1/aircraft/{aircraftId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAircraftDetail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"aircraftId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Aircraft]"}}}}},"/api/v1/aircraft/{aircraftId}/flights":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAircraftFlights","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"aircraftId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"startIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"limit","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Flight]]"}}}}},"/api/v1/aircraft/{aircraftId}/maintenance_costs":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAircraftMaintenanceCosts","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"aircraftId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSResultAircraftMaintenanceCosts]"}}}}},"/api/v1/aircraft/{aircraftId}/economic_details":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAircraftEconomicDetails","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"aircraftId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[WSResult[AircraftTypeBalanceData]]"}}}}},"/api/v1/employee/{employeeId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetEmployeeDetail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"employeeId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[People]"}}}}},"/api/v1/airports/{icao}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAirportDetail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"icao","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Airport]"}}}}},"/api/v1/airports/{icao}/aircraft":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAircraftAtAirport","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"icao","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Aircraft]]"}}}}},"/api/v1/aircrafttypes/{aircraftTypeId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetAircraftTypeDetail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"aircraftTypeId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[AircraftType]"}}}}},"/api/v1/fbo/{fboId}/jobs":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetFBOJobs","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"fboId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[List[Mission]]"}}}}},"/api/v1/flights/{flightId}":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetFlight","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"flightId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Flight]"}}}}},"/api/v1/flights/{flightId}/zipped_events":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetFlightZippedEvents","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"flightId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Byte[]]"}}}}},"/api/v1/flights/{flightId}/zipped_flightplan":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetFlightZippedSimBrief","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"flightId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Byte[]]"}}}}},"/api/v1/zipped_metars":{"get":{"tags":["WSAPIPublic"],"operationId":"WSAPIPublic_GetZippedMetars","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"date","in":"query","required":true,"type":"string","format":"date-time"},{"name":"metar.id","in":"query","required":false,"type":"string","format":"uuid"},{"name":"metar.decodedWindDirection","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedWindSpeedKT","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedCloudBaseInFeet","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedCloudCoverage","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedQNH","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedTemperature","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodeDewPoint","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedVisibilityInMeters","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.decodedDateTime","in":"query","required":false,"type":"string","format":"date-time"},{"name":"metar.airportICAO","in":"query","required":false,"type":"string"},{"name":"metar.visibility","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.wind","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.precipitation","in":"query","required":false,"type":"number","format":"double"},{"name":"metar.freezing","in":"query","required":false,"type":"number","format":"double"},{"name":"metar.dangerous","in":"query","required":false,"type":"number","format":"double"},{"name":"metar.vMC_IMC","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.latitude","in":"query","required":false,"type":"number","format":"double"},{"name":"metar.longitude","in":"query","required":false,"type":"number","format":"double"},{"name":"metar.rawMetar","in":"query","required":false,"type":"string"},{"name":"metar.datetime","in":"query","required":false,"type":"string","format":"date-time"},{"name":"metar.airportSize","in":"query","required":false,"type":"integer","format":"int32"},{"name":"metar.countryCode","in":"query","required":false,"type":"string"},{"name":"metar.date","in":"query","required":false,"type":"string"},{"name":"metar.airportName","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WSResult[Byte[]]"}}}}}},"definitions":{"WSResult[List[Merchandise]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/Merchandise"}},"Error":{"type":"string"}}},"Merchandise":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Quantity":{"format":"int32","type":"integer"},"PricePerUnit":{"format":"double","type":"number"},"MerchandiseTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MerchandiseType":{"$ref":"#/definitions/MerchandiseType"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CurrentAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAircraft":{"$ref":"#/definitions/Aircraft"},"CurrentAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAirport":{"$ref":"#/definitions/Airport"},"SupplyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Supply":{"$ref":"#/definitions/Supply"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"AllowSell":{"type":"boolean"}}},"MerchandiseType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Description":{"type":"string"},"WeightPerUnit":{"format":"int32","type":"integer"},"IsFragile":{"type":"boolean"},"TransportationMode":{"format":"int32","enum":[0,1],"type":"integer"},"ShortId":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],"type":"integer"},"BasePricePerUnit":{"format":"double","type":"number"},"IsDisabled":{"type":"boolean"},"Order":{"format":"int32","type":"integer"},"DailyDecayFactor":{"format":"double","type":"number"},"AverageSupplyPrice":{"format":"double","type":"number"},"AverageDemandPrice":{"format":"double","type":"number"},"SuppliesCount":{"format":"int32","type":"integer"},"SupplyMaxQuantity":{"format":"int32","type":"integer"},"DemandsCount":{"format":"int32","type":"integer"},"DemandMaxQuantity":{"format":"int32","type":"integer"},"HasUnlimitedSupplies":{"type":"boolean"},"SuppliesMinAirportSize":{"format":"int32","type":"integer"},"IsOre":{"type":"boolean"},"OreDepositName":{"type":"string"},"IsBasicGear":{"type":"boolean"}}},"Company":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"Name":{"type":"string"},"AirlineCode":{"type":"string"},"LastConnection":{"format":"date-time","type":"string"},"LastReportDate":{"format":"date-time","type":"string"},"Reputation":{"format":"double","type":"number"},"CreationDate":{"format":"date-time","type":"string"},"DifficultyLevel":{"format":"int32","type":"integer"},"UTCOffsetinHours":{"format":"double","type":"number"},"Paused":{"type":"boolean"},"PausedDate":{"format":"date-time","type":"string"},"Level":{"format":"int32","type":"integer"},"LevelXP":{"format":"int32","type":"integer"},"TransportEmployeeInstant":{"type":"boolean"},"TransportPlayerInstant":{"type":"boolean"},"ForceTimeInSimulator":{"type":"boolean"},"UseSmallAirports":{"type":"boolean"},"UseOnlyVanillaAirports":{"type":"boolean"},"EnableSkillTree":{"type":"boolean"},"CheckrideLevel":{"format":"int32","enum":[0,1,2],"type":"integer"},"EnableLandingPenalities":{"type":"boolean"},"EnableEmployeesFlightDutyAndSleep":{"type":"boolean"},"AircraftRentLevel":{"format":"int32","enum":[0,1,2],"type":"integer"},"EnableCargosAndChartersLoadingTime":{"type":"boolean"},"InSurvival":{"type":"boolean"},"PayBonusFactor":{"format":"double","type":"number"},"EnableSimFailures":{"type":"boolean"},"DisableSeatsConfigCheck":{"type":"boolean"},"LastSwapDate":{"format":"date-time","type":"string"},"MainAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanySkillPoints":{"type":"array","items":{"$ref":"#/definitions/CompanySkillPoint"}},"RealisticSimProcedures":{"type":"boolean"},"Tag":{"type":"string"},"TravelTokens":{"format":"int32","type":"integer"},"CurrentBadgeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentBadgeUrl":{"type":"string"},"CurrentBadgeName":{"type":"string"},"LastWeeklyManagementsPaymentDate":{"format":"date-time","type":"string"},"SkillTreeResetCount":{"format":"int32","type":"integer"},"IndustryPoints":{"format":"int32","type":"integer"},"TotalIndustryPoints":{"format":"int32","type":"integer"},"TotalContractsCompleted":{"format":"int32","type":"integer"},"TotalContractsEarnedCredits":{"format":"double","type":"number"},"CompanyType":{"format":"int32","enum":[0,1,2],"type":"integer"},"Callsign":{"type":"string"},"AutoUnloadMerchandises":{"type":"boolean"},"ExcludeAirportsNotInSimbrief":{"type":"boolean"},"DisableFlightScoring":{"type":"boolean"},"SayIntentionsPilotKey":{"type":"string"},"EnableFlightScoringLights":{"type":"boolean"},"ManagementMode":{"format":"int32","enum":[0,1],"type":"integer"},"IsAdvancedManagementModeUnlocked":{"type":"boolean"},"LastManagementModeUpdateDate":{"format":"date-time","type":"string"},"LastQuizSubmitDate":{"format":"date-time","type":"string"},"DiscordWebhooks":{"type":"array","items":{"$ref":"#/definitions/DiscordWebhookSetting"}}}},"Aircraft":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftType":{"$ref":"#/definitions/AircraftType"},"Nickname":{"type":"string"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CurrentAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAirport":{"$ref":"#/definitions/Airport"},"AircraftStatus":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"LastStatusChange":{"format":"date-time","type":"string"},"CurrentStatusDurationInMinutes":{"format":"int32","type":"integer"},"AllowSell":{"type":"boolean"},"AllowRent":{"type":"boolean"},"AllowLease":{"type":"boolean"},"SellPrice":{"format":"double","type":"number"},"RentHourPrice":{"format":"double","type":"number"},"RentMaxDate":{"format":"date-time","type":"string"},"RentAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RentAirport":{"$ref":"#/definitions/Airport"},"RentFuelTotalGallons":{"format":"double","type":"number"},"RentCautionAmount":{"format":"double","type":"number"},"RentCompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RentCompany":{"$ref":"#/definitions/Company"},"RentStartDate":{"format":"date-time","type":"string"},"RentLastDailyChargeDate":{"format":"date-time","type":"string"},"AircraftLeaseId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftLease":{"$ref":"#/definitions/AircraftLease"},"Identifier":{"type":"string"},"Heading":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"Latitude":{"format":"double","type":"number"},"fuelTotalGallons":{"format":"double","type":"number"},"fuelWeight":{"format":"int32","type":"integer"},"Altitude":{"format":"double","type":"number"},"IndicatedSpeed":{"format":"double","type":"number"},"GroundSpeed":{"format":"double","type":"number"},"InFlightStatus":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11],"type":"integer"},"loadedWeight":{"format":"double","type":"number"},"zeroFuelWeight":{"format":"int32","type":"integer"},"airframeHours":{"format":"double","type":"number"},"airframeCondition":{"format":"double","type":"number"},"AirframeMaxCondition":{"format":"double","type":"number"},"LastAnnualCheckup":{"format":"date-time","type":"string"},"Last100hInspection":{"format":"date-time","type":"string"},"LastWeeklyOwnershipPayment":{"format":"date-time","type":"string"},"LastParkingFeePayment":{"format":"date-time","type":"string"},"IsControlledByAI":{"type":"boolean"},"HoursBefore100HInspection":{"format":"double","type":"number"},"Failures":{"type":"array","items":{"$ref":"#/definitions/AircraftFailure"}},"Engines":{"type":"array","items":{"$ref":"#/definitions/Engine"}},"ConfigFirstSeats":{"format":"int32","type":"integer"},"ConfigBusSeats":{"format":"int32","type":"integer"},"ConfigEcoSeats":{"format":"int32","type":"integer"},"SeatsReservedForEmployees":{"format":"int32","type":"integer"},"AssignedWorkId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedWork":{"$ref":"#/definitions/AssignedWork"},"LastMagicTransportationDate":{"format":"date-time","type":"string"},"AircraftMaintenanceId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftMaintenance":{"$ref":"#/definitions/AircraftMaintenance"},"LastJobTowardBaseGenerationDate":{"format":"date-time","type":"string"},"IsFreelanceAircraft":{"type":"boolean"},"RestrictedMissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentWorkOrder":{"$ref":"#/definitions/WorkOrder"},"CurrentFlight":{"$ref":"#/definitions/Flight"},"CurrentCompanyId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"CurrentCompanyIdIfAny":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"ExtraWeightCapacity":{"format":"double","type":"number"},"TotalWeightCapacity":{"format":"double","type":"number"},"CurrentSeats":{"format":"int32","type":"integer"},"MustDoMaintenance":{"type":"boolean"},"MustDoMaintenanceDisplay":{"type":"string"},"MustDoMaintenanceSoon":{"type":"boolean"},"MustDoMaintenanceSoonDisplay":{"type":"string"},"MaintenanceDisplay":{"type":"string"}}},"Airport":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ICAO":{"maxLength":8,"minLength":0,"type":"string"},"HasNoRunways":{"type":"boolean"},"TimeOffsetInSec":{"format":"double","type":"number"},"LocalTimeOpenInHoursSinceMidnight":{"format":"double","type":"number"},"LocalTimeCloseInHoursSinceMidnight":{"format":"double","type":"number"},"IsSameICAO":{"type":"string"},"IATA":{"type":"string"},"Name":{"type":"string"},"State":{"type":"string"},"CountryCode":{"type":"string"},"CountryName":{"type":"string"},"City":{"type":"string"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"Elevation":{"format":"double","type":"number"},"HasLandRunway":{"type":"boolean"},"HasWaterRunway":{"type":"boolean"},"HasHelipad":{"type":"boolean"},"Size":{"format":"int32","type":"integer"},"TransitionAltitude":{"format":"int32","type":"integer"},"LastMETARDate":{"format":"date-time","type":"string"},"LastMETARRaw":{"type":"string"},"Runways":{"type":"array","items":{"$ref":"#/definitions/Runway"}},"Helipads":{"type":"array","items":{"$ref":"#/definitions/Helipad"}},"AirportLocations":{"type":"array","items":{"$ref":"#/definitions/AirportLocation"}},"AirportFrequencies":{"type":"array","items":{"$ref":"#/definitions/AirportFrequency"}},"AirportSceneryDecorations":{"type":"array","items":{"$ref":"#/definitions/AirportSceneryDecoration"}},"AirportTerrainMarkers":{"type":"array","items":{"$ref":"#/definitions/AirportTerrainMarker"}},"AirportOwnerships":{"type":"array","items":{"$ref":"#/definitions/AirportOwnership"}},"AirportTransitedGoodsEntries":{"type":"array","items":{"$ref":"#/definitions/AirportTransitedGoodsEntry"}},"IsNotInVanillaFSX":{"type":"boolean"},"IsNotInVanillaP3D":{"type":"boolean"},"IsNotInVanillaXPLANE":{"type":"boolean"},"IsNotInVanillaFS2020":{"type":"boolean"},"IsClosed":{"type":"boolean"},"IsValid":{"type":"boolean"},"MagVar":{"format":"double","type":"number"},"IsAddon":{"type":"boolean"},"AddOnDownloadUrl":{"type":"string"},"Description":{"type":"string"},"Orientation":{"format":"double","type":"number"},"HomeWebSiteUrl":{"type":"string"},"WikiUrl":{"type":"string"},"DisplaySceneryInSim":{"type":"boolean"},"SceneryLatitude":{"format":"double","type":"number"},"SceneryLongitude":{"format":"double","type":"number"},"RandomSeed":{"format":"int32","type":"integer"},"LastRandomSeedGeneration":{"format":"date-time","type":"string"},"IsMilitary":{"type":"boolean"},"HasLights":{"type":"boolean"},"IsBasecamp":{"type":"boolean"},"LastHangarFeesProcessDate":{"format":"date-time","type":"string"},"MapSurfaceType":{"format":"int32","enum":[1,2,4],"type":"integer"},"CreationDate":{"format":"date-time","type":"string"},"IsInSimbrief":{"type":"boolean"},"AirportSource":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"LastVeryShortRequestDate":{"format":"date-time","type":"string"},"LastSmallTripRequestDate":{"format":"date-time","type":"string"},"LastMediumTripRequestDate":{"format":"date-time","type":"string"},"LastShortHaulRequestDate":{"format":"date-time","type":"string"},"LastMediumHaulRequestDate":{"format":"date-time","type":"string"},"LastLongHaulRequestDate":{"format":"date-time","type":"string"},"DisplayName":{"type":"string"},"UTCTimeOpenInHoursSinceMidnight":{"format":"double","type":"number"},"UTCTimeCloseInHoursSinceMidnight":{"format":"double","type":"number"}}},"Supply":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ExpirationDate":{"format":"date-time","type":"string"},"NextMerchandisesGenerationDate":{"format":"date-time","type":"string"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"MerchandiseTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MerchandiseType":{"$ref":"#/definitions/MerchandiseType"},"MaxQuantity":{"format":"int32","type":"integer"},"DailyGeneratedQuantity":{"format":"int32","type":"integer"},"PricePerUnit":{"format":"double","type":"number"},"IsEnabled":{"type":"boolean"}}},"World":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Color":{"type":"string"},"Subtitle":{"type":"string"},"Description":{"type":"string"},"StartCompanyText":{"type":"string"},"IsSurvival":{"type":"boolean"},"IsHumanOnly":{"type":"boolean"},"Fuel100LLBasePrice":{"format":"double","type":"number"},"FuelJetBasePrice":{"format":"double","type":"number"},"ShortName":{"type":"string"},"JobsPayBonus":{"format":"double","type":"number"},"IsUnderMaintenance":{"type":"boolean"},"MaintenanceMessage":{"type":"string"},"IsActive":{"type":"boolean"},"Order":{"format":"int32","type":"integer"}}},"CompanySkillPoint":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"Amount":{"format":"int32","type":"integer"},"Type":{"format":"int32","enum":[0,1,2],"type":"integer"},"Tag":{"type":"string"},"Comment":{"type":"string"},"CreationDate":{"format":"date-time","type":"string"}}},"DiscordWebhookSetting":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"DiscordWebhookTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Type":{"$ref":"#/definitions/DiscordWebhookType"},"IsActive":{"type":"boolean"},"Url":{"type":"string"},"ContentTemplate":{"type":"string"},"AvatarUrl":{"type":"string"},"Username":{"type":"string"}}},"AircraftType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Hash":{"type":"string"},"AircraftClassId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftClass":{"$ref":"#/definitions/AircraftClass"},"CreationDate":{"format":"date-time","type":"string"},"LastModerationDate":{"format":"date-time","type":"string"},"DisplayName":{"type":"string"},"TypeName":{"type":"string"},"FlightsCount":{"format":"int32","type":"integer"},"TimeBetweenOverhaul":{"format":"int32","type":"integer"},"HightimeAirframe":{"format":"int32","type":"integer"},"AirportMinSize":{"format":"int32","type":"integer"},"emptyWeight":{"format":"int32","type":"integer"},"maximumGrossWeight":{"format":"int32","type":"integer"},"estimatedCruiseFF":{"format":"int32","type":"integer"},"Baseprice":{"format":"double","type":"number"},"FuelTotalCapacityInGallons":{"format":"double","type":"number"},"engineType":{"format":"int32","type":"integer"},"numberOfEngines":{"format":"int32","type":"integer"},"seats":{"format":"int32","type":"integer"},"needsCopilot":{"type":"boolean"},"fuelType":{"format":"int32","type":"integer"},"maximumCargoWeight":{"format":"int32","type":"integer"},"maximumRangeInHour":{"format":"double","type":"number"},"maximumRangeInNM":{"format":"double","type":"number"},"designSpeedVS0":{"format":"double","type":"number"},"designSpeedVS1":{"format":"double","type":"number"},"designSpeedVC":{"format":"double","type":"number"},"IsDisabled":{"type":"boolean"},"ModerationComment":{"type":"string"},"AircraftDataSheetUrl":{"type":"string"},"DiscussionUrl":{"type":"string"},"LuxeFactor":{"format":"double","type":"number"},"GliderHasEngine":{"type":"boolean"},"AircraftAddons":{"type":"array","items":{"$ref":"#/definitions/AircraftAddon"}},"StandardSeatWeight":{"format":"double","type":"number"},"CostsData":{"$ref":"#/definitions/AircraftTypeCostsData"},"IsFighter":{"type":"boolean"},"EquipmentLevel":{"format":"int32","type":"integer"},"ICAO":{"type":"string"},"AllowRefuelingDuringFlight":{"type":"boolean"}}},"AircraftLease":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WeeklyPayment":{"format":"double","type":"number"},"StartDate":{"format":"date-time","type":"string"},"EndDate":{"format":"date-time","type":"string"},"NextWeeklyPaymentDate":{"format":"date-time","type":"string"},"AircraftLeaseStatus":{"format":"int32","enum":[0,1],"type":"integer"},"StartAirframeCondition":{"format":"double","type":"number"},"StartEnginesAverageCondition":{"format":"double","type":"number"}}},"AircraftFailure":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FailureType":{"format":"int32","enum":[0,1,2,3,4,5,6,7],"type":"integer"},"Condition":{"format":"double","type":"number"}}},"Engine":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Aircraft":{"$ref":"#/definitions/Aircraft"},"Number":{"format":"int32","type":"integer"},"Condition":{"format":"double","type":"number"},"MaxCondition":{"format":"double","type":"number"},"EngineHours":{"format":"double","type":"number"},"LastCheckup":{"format":"date-time","type":"string"}}},"AssignedWork":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Price":{"format":"double","type":"number"},"StartDate":{"format":"date-time","type":"string"},"EndDate":{"format":"date-time","type":"string"},"ExpirationDate":{"format":"date-time","type":"string"},"AssignedFromCompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedToCompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedFromCompany":{"$ref":"#/definitions/Company"},"AssignedToCompany":{"$ref":"#/definitions/Company"},"Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"FriendsOnly":{"type":"boolean"},"Cargos":{"type":"array","items":{"$ref":"#/definitions/Cargo"}},"Charters":{"type":"array","items":{"$ref":"#/definitions/Charter"}},"Aircrafts":{"type":"array","items":{"$ref":"#/definitions/Aircraft"}}}},"AircraftMaintenance":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AnnualCheckup":{"type":"boolean"},"Inspection100Hours":{"type":"boolean"},"FailuresRepair":{"type":"boolean"},"AirframeRepair":{"type":"boolean"},"AirframeReplace":{"type":"boolean"},"EcoSeats":{"format":"int32","type":"integer"},"BusSeats":{"format":"int32","type":"integer"},"FirstClassSeats":{"format":"int32","type":"integer"},"AirframeRepairCondition":{"format":"double","type":"number"},"MaintenanceFBOId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MaintenanceFBO":{"$ref":"#/definitions/FBO"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"RemainingMaintenanceWorkHours":{"format":"double","type":"number"},"Engines":{"type":"array","items":{"$ref":"#/definitions/AircraftMaintenanceEngine"}},"Amount":{"format":"double","type":"number"}}},"WorkOrder":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"StartDate":{"format":"date-time","type":"string"},"Name":{"type":"string"},"Aircraft":{"$ref":"#/definitions/Aircraft"},"Company":{"$ref":"#/definitions/Company"},"Crews":{"type":"array","items":{"$ref":"#/definitions/WorkOrderCrew"}},"Actions":{"type":"array","items":{"$ref":"#/definitions/WorkOrderAction"}},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"Status":{"format":"int32","enum":[0,1,2,3,4],"type":"integer"},"IsTicking":{"type":"boolean"},"LastTickStartDate":{"format":"date-time","type":"string"},"LastTickEndDate":{"format":"date-time","type":"string"},"LastTickDurationMs":{"format":"double","type":"number"},"LastTickSource":{"type":"string"}}},"Flight":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftAddonId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftAddon":{"$ref":"#/definitions/AircraftAddon"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Aircraft":{"$ref":"#/definitions/Aircraft"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalIntendedAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalIntendedAirport":{"$ref":"#/definitions/Airport"},"ArrivalAlternateAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAlternateAirport":{"$ref":"#/definitions/Airport"},"ArrivalActualAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalActualAirport":{"$ref":"#/definitions/Airport"},"VAId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VA":{"$ref":"#/definitions/VA"},"Registered":{"type":"boolean"},"Category":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"ResultComments":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"EndTime":{"format":"date-time","type":"string"},"EngineOnTime":{"format":"date-time","type":"string"},"EngineOffTime":{"format":"date-time","type":"string"},"AirborneTime":{"format":"date-time","type":"string"},"LandedTime":{"format":"date-time","type":"string"},"IntendedFlightLevel":{"format":"int32","type":"integer"},"Passengers":{"format":"int32","type":"integer"},"Cargo":{"format":"int32","type":"integer"},"AddedFuelQty":{"format":"int32","type":"integer"},"IsAI":{"type":"boolean"},"VerticalSpeedAtTouchdownMpS":{"format":"double","type":"number"},"MaxGForce":{"format":"double","type":"number"},"MinGForce":{"format":"double","type":"number"},"MaxBank":{"format":"double","type":"number"},"MaxPitch":{"format":"double","type":"number"},"HasStalled":{"type":"boolean"},"HasOverspeeded":{"type":"boolean"},"Engine1Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"Engine2Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"Engine3Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"Engine4Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"Engine5Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"Engine6Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"FlightCrews":{"type":"array","items":{"$ref":"#/definitions/FlightCrew"}},"CancelReason":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"XPFlight":{"format":"int32","type":"integer"},"XPFlightBonus":{"format":"double","type":"number"},"XPMissions":{"format":"int32","type":"integer"},"CargosTotalWeight":{"format":"double","type":"number"},"PAXCount":{"format":"int32","type":"integer"},"AircraftCurrentFOB":{"format":"double","type":"number"},"AircraftCurrentAltitude":{"format":"double","type":"number"},"ActualCruiseAltitude":{"format":"double","type":"number"},"ActualConsumptionAtCruiseLevelInLbsPerHour":{"format":"double","type":"number"},"ActualTotalFuelConsumptionInLbs":{"format":"double","type":"number"},"ActualConsumptionAtCruiseLevelInGalPerHour":{"format":"double","type":"number"},"ActualTASAtCruiseLevel":{"format":"double","type":"number"},"ActualCruiseTimeInMinutes":{"format":"double","type":"number"},"ActualPressureAltitude":{"format":"double","type":"number"},"METARDeparture":{"type":"string"},"METARArrival":{"type":"string"},"IsRealWeather":{"type":"boolean"},"IsVFR":{"type":"boolean"},"RegisterState":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10],"type":"integer"},"WrongFuelDetected":{"type":"boolean"},"WrongWeightDetected":{"type":"boolean"},"TimeOffset":{"format":"double","type":"number"},"StartLatitude":{"format":"double","type":"number"},"StartLongitude":{"format":"double","type":"number"},"StartHeading":{"format":"double","type":"number"},"UseFreelanceRouteSchedule":{"type":"boolean"},"RestCrewAfterWarp":{"type":"boolean"},"Score":{"format":"double","type":"number"},"Simulator":{"format":"int32","enum":[0,1,2,3,4],"type":"integer"},"CanResumeOrAbort":{"type":"boolean"},"EngineOnRealTime":{"format":"date-time","type":"string","readOnly":true},"EngineOffRealTime":{"format":"date-time","type":"string","readOnly":true},"LandedRealTime":{"format":"date-time","type":"string","readOnly":true},"AirborneRealTime":{"format":"date-time","type":"string","readOnly":true}}},"Runway":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Name":{"type":"string"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"MagneticHeading":{"format":"int32","type":"integer"},"Length":{"format":"int32","type":"integer"},"Width":{"format":"int32","type":"integer"},"HasIls":{"type":"boolean"},"IlsFrequency":{"format":"float","type":"number"},"IlsId":{"type":"string"},"IlsName":{"type":"string"},"IlsSlope":{"format":"double","type":"number"},"IlsMagneticHeading":{"format":"int32","type":"integer"},"ThresholdElevation":{"format":"int32","type":"integer"},"SurfaceType":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32,254,255],"type":"integer"},"RunwayType":{"format":"int32","type":"integer"},"ApproachLights":{"type":"string"},"EndLights":{"type":"boolean"},"CenterLights":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"EdgeLights":{"format":"int32","enum":[0,1,2,3],"type":"integer"}}},"Helipad":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"Altitude":{"format":"double","type":"number"},"Heading":{"format":"float","type":"number"},"Length":{"format":"float","type":"number"},"Width":{"format":"float","type":"number"},"Surface":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32,254,255],"type":"integer"},"Type":{"format":"int32","enum":[0,1,2,3,4],"type":"integer"}}},"AirportLocation":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Name":{"type":"string"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"MagneticHeading":{"format":"double","type":"number"},"Type":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15],"type":"integer"}}},"AirportFrequency":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Name":{"type":"string"},"Frequency":{"format":"double","type":"number"},"FrequencyType":{"type":"string"}}},"AirportSceneryDecoration":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"AirportSceneryDecorationTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportSceneryDecorationType":{"$ref":"#/definitions/AirportSceneryDecorationType"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"Heading":{"format":"double","type":"number"}}},"AirportTerrainMarker":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"MapSurfaceType":{"format":"int32","enum":[1,2,4],"type":"integer"}}},"AirportOwnership":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"Boosts":{"type":"array","items":{"$ref":"#/definitions/AirportBoost"}},"LastWeeklyOwnershipPaymentDate":{"format":"date-time","type":"string"},"OwnershipEndDate":{"format":"date-time","type":"string"},"SkippedWeeklyPayment":{"format":"int32","type":"integer"},"LandingFeeCostPer1000Lbs":{"format":"double","type":"number"},"ParkingFeeHourlyFixedCost":{"format":"double","type":"number"},"ParkingFeeHourlyCostPer1000LbsOver200k":{"format":"double","type":"number"},"TransitedPAXCount":{"format":"int32","type":"integer"},"TransitedCargoWeight":{"format":"double","type":"number"},"NonAIFlightsCount":{"format":"int32","type":"integer"},"AIFlightsCount":{"format":"int32","type":"integer"},"HasImage":{"type":"boolean"}}},"AirportTransitedGoodsEntry":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"TransitedPAXCount":{"format":"int32","type":"integer"},"TransitedCargoWeight":{"format":"double","type":"number"},"NonAIFlightsCount":{"format":"int32","type":"integer"},"AIFlightsCount":{"format":"int32","type":"integer"},"PAXPay":{"format":"double","type":"number"},"CargoPay":{"format":"double","type":"number"},"NonAIFlightsPay":{"format":"double","type":"number"},"AIFlightsPay":{"format":"double","type":"number"},"CreationDate":{"format":"date-time","type":"string"}}},"DiscordWebhookType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Description":{"type":"string"},"DefaultContentTemplate":{"type":"string"},"AvailableVariables":{"type":"string"},"ShortId":{"type":"string"},"Order":{"format":"int32","type":"integer"}}},"AircraftClass":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ShortName":{"type":"string"},"Name":{"type":"string"},"Order":{"format":"int32","type":"integer"}}},"AircraftAddon":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Hash":{"type":"string"},"AircraftTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftType":{"$ref":"#/definitions/AircraftType"},"FuelTanks":{"type":"array","items":{"$ref":"#/definitions/AircraftAddonFuelTank"}},"CreationDate":{"format":"date-time","type":"string"},"LastModerationDate":{"format":"date-time","type":"string"},"FuelTotalCapacityInGallons":{"format":"double","type":"number"},"DisplayName":{"type":"string"},"TypeName":{"type":"string"},"AirFileName":{"type":"string"},"simulatorVersion":{"format":"int32","type":"integer"},"emptyWeight":{"format":"int32","type":"integer"},"maximumGrossWeight":{"format":"int32","type":"integer"},"estimatedCruiseFF":{"format":"int32","type":"integer"},"engineType":{"format":"int32","type":"integer"},"numberOfEngines":{"format":"int32","type":"integer"},"fuelType":{"format":"int32","type":"integer"},"designSpeedVS0":{"format":"double","type":"number"},"designSpeedVS1":{"format":"double","type":"number"},"designSpeedVC":{"format":"double","type":"number"},"IsDisabled":{"type":"boolean"},"ModerationComment":{"type":"string"},"AircraftDataSheetUrl":{"type":"string"},"AddonUrl":{"type":"string"},"DiscussionUrl":{"type":"string"},"IsVanilla":{"type":"boolean"},"CreatedByUserId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TestedByUser":{"type":"boolean"},"LastTestFlightDate":{"format":"date-time","type":"string"},"ConsolidatedDesignSpeedVC":{"format":"double","type":"number"},"ConsolidatedEstimatedCruiseFF":{"format":"double","type":"number"},"EnableAutoConsolidation":{"type":"boolean"},"ConsolidationDeprecatedFlightsDate":{"format":"date-time","type":"string"},"ComputedMaxPayload":{"format":"int32","type":"integer"},"ComputedSeats":{"format":"int32","type":"integer"},"ProposedSeats":{"format":"int32","type":"integer"},"ProposedMaxPayload":{"format":"int32","type":"integer"},"FlightsCount":{"format":"int32","type":"integer"},"DisableHardLanding":{"type":"boolean"},"DisableAutoSet":{"type":"boolean"},"SimVersionShortDisplay":{"type":"string"},"SimVersionDisplay":{"type":"string"}}},"AircraftTypeCostsData":{"type":"object","properties":{"BasePrice":{"format":"double","type":"number"},"RentHourCost":{"format":"double","type":"number"},"RentBondCost":{"format":"double","type":"number"},"LeaseStartCost":{"format":"double","type":"number"}}},"Cargo":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Mission":{"$ref":"#/definitions/Mission"},"CargoTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CargoType":{"$ref":"#/definitions/CargoType"},"CurrentAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAircraft":{"$ref":"#/definitions/Aircraft"},"CurrentAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAirport":{"$ref":"#/definitions/Airport"},"Weight":{"format":"double","type":"number"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"DestinationAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DestinationAirport":{"$ref":"#/definitions/Airport"},"AssignedToVAMemberId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedToVAMember":{"$ref":"#/definitions/VAMember"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRoute":{"$ref":"#/definitions/RegularRoute"},"RegularRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRouteFlight":{"$ref":"#/definitions/RegularRouteFlight"},"FreelanceRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceRouteFlight":{"$ref":"#/definitions/FreelanceRouteFlight"},"LastUnloadDate":{"format":"date-time","type":"string"},"LastUnloadAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"LastUnloadAirport":{"$ref":"#/definitions/Airport"},"Distance":{"format":"double","type":"number"},"Heading":{"format":"double","type":"number"},"CargoAvailableTime":{"format":"date-time","type":"string"},"ScenarioTag":{"type":"string"},"AssignedWorkId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedWork":{"$ref":"#/definitions/AssignedWork"},"Description":{"type":"string"},"HumanOnly":{"type":"boolean"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CharterPOIMappings":{"type":"array","items":{"$ref":"#/definitions/CharterPOIMapping"}},"InRecyclingPool":{"type":"boolean"},"Condition":{"format":"double","type":"number"},"MaxBank":{"format":"double","type":"number"},"MaxPitch":{"format":"double","type":"number"},"MaxGForce":{"format":"double","type":"number"},"MaxAltitudeInFeet":{"format":"double","type":"number"},"MaxCorridorInNM":{"format":"double","type":"number"},"RaceId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Race":{"$ref":"#/definitions/Race"},"RaceValidated":{"type":"boolean"},"AllowedAircraft":{"type":"string"},"IncidentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Incident":{"$ref":"#/definitions/Incident"},"MerchandiseId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Merchandise":{"$ref":"#/definitions/Merchandise"},"FreelanceAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceAircraft":{"$ref":"#/definitions/Aircraft"},"LegIndex":{"format":"int32","type":"integer"},"RescueValidated":{"type":"boolean"},"RescueLate":{"type":"boolean"}}},"Charter":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Mission":{"$ref":"#/definitions/Mission"},"CharterTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CharterType":{"$ref":"#/definitions/CharterType"},"CurrentAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAircraft":{"$ref":"#/definitions/Aircraft"},"CurrentAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAirport":{"$ref":"#/definitions/Airport"},"PassengersNumber":{"format":"int32","type":"integer"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"DestinationAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DestinationAirport":{"$ref":"#/definitions/Airport"},"AssignedToVAMemberId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedToVAMember":{"$ref":"#/definitions/VAMember"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRoute":{"$ref":"#/definitions/RegularRoute"},"RegularRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRouteFlight":{"$ref":"#/definitions/RegularRouteFlight"},"FreelanceRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceRouteFlight":{"$ref":"#/definitions/FreelanceRouteFlight"},"Distance":{"format":"double","type":"number"},"Heading":{"format":"double","type":"number"},"CharterAvailableTime":{"format":"date-time","type":"string"},"ScenarioTag":{"type":"string"},"AssignedWorkId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedWork":{"$ref":"#/definitions/AssignedWork"},"Description":{"type":"string"},"LastUnloadDate":{"format":"date-time","type":"string"},"LastUnloadAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"LastUnloadAirport":{"$ref":"#/definitions/Airport"},"HumanOnly":{"type":"boolean"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CharterPOIMappings":{"type":"array","items":{"$ref":"#/definitions/CharterPOIMapping"}},"InRecyclingPool":{"type":"boolean"},"Condition":{"format":"double","type":"number"},"MaxBank":{"format":"double","type":"number"},"MaxPitch":{"format":"double","type":"number"},"MaxGForce":{"format":"double","type":"number"},"MaxAltitudeInFeet":{"format":"double","type":"number"},"MaxCorridorInNM":{"format":"double","type":"number"},"MinPAXSeatConf":{"format":"int32","enum":[0,1,2],"type":"integer"},"BoardedPAXSeat":{"format":"int32","enum":[0,1,2],"type":"integer"},"MinAircraftTypeLuxe":{"format":"double","type":"number"},"AllowedAircraft":{"type":"string"},"IncidentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Incident":{"$ref":"#/definitions/Incident"},"MerchandiseId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Merchandise":{"$ref":"#/definitions/Merchandise"},"FreelanceAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceAircraft":{"$ref":"#/definitions/Aircraft"},"LegIndex":{"format":"int32","type":"integer"},"RescueValidated":{"type":"boolean"},"RescueLate":{"type":"boolean"}}},"FBO":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"Airport":{"$ref":"#/definitions/Airport"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"CargoWeightCapacity":{"format":"double","type":"number"},"Fuel100LLCapacity":{"format":"double","type":"number"},"FuelJetCapacity":{"format":"double","type":"number"},"SleepingCapacity":{"format":"double","type":"number"},"AircraftTieDownCapacity":{"format":"int32","type":"integer"},"AircraftHangarCapacity":{"format":"int32","type":"integer"},"Fuel100LLQuantity":{"format":"double","type":"number"},"FuelJetQuantity":{"format":"double","type":"number"},"Fuel100LLSellPrice":{"format":"double","type":"number"},"FuelJetSellPrice":{"format":"double","type":"number"},"AllowFuel100LLSelling":{"type":"boolean"},"AllowFuelJetSelling":{"type":"boolean"},"AllowWorkshopSelling":{"type":"boolean"},"MarkupWorkshopSelling":{"format":"double","type":"number"},"WorkshopSEP":{"type":"boolean"},"WorkshopMEP":{"type":"boolean"},"WorkshopTurboProp":{"type":"boolean"},"WorkshopJet":{"type":"boolean"},"WorkshopHeavyJet":{"type":"boolean"},"WorkshopHelicopter":{"type":"boolean"},"WorkshopAnnualSEP":{"type":"boolean"},"WorkshopAnnualMEP":{"type":"boolean"},"WorkshopAnnualTurboProp":{"type":"boolean"},"WorkshopAnnualJet":{"type":"boolean"},"WorkshopAnnualHeavyJet":{"type":"boolean"},"WorkshopAnnualHelicopter":{"type":"boolean"},"WorkshopConstructionEndDate":{"format":"date-time","type":"string"},"CargoConstructionEndDate":{"format":"date-time","type":"string"},"Fuel100LLConstructionEndDate":{"format":"date-time","type":"string"},"FuelJetConstructionEndDate":{"format":"date-time","type":"string"},"SleepingConstructionEndDate":{"format":"date-time","type":"string"},"AircraftTieDownConstructionEndDate":{"format":"date-time","type":"string"},"AircraftHangarConstructionEndDate":{"format":"date-time","type":"string"},"Fuel100LLOrderedQuantity":{"format":"double","type":"number"},"FuelJetOrderedQuantity":{"format":"double","type":"number"},"FuelDeliveryDate":{"format":"date-time","type":"string"},"FuelJetOrderedCapacity":{"format":"double","type":"number"},"Fuel100LLOrderedCapacity":{"format":"double","type":"number"},"CargoOrderedCapacity":{"format":"double","type":"number"},"SleepingOrderedCapacity":{"format":"double","type":"number"},"AircraftHangarOrderedCapacity":{"format":"int32","type":"integer"},"AircraftTieDownOrderedCapacity":{"format":"int32","type":"integer"},"WorkshopUnderConstruction":{"type":"boolean"},"LastWeeklyOwnershipPaymentDate":{"format":"date-time","type":"string"},"LastConstructionEndDate":{"format":"date-time","type":"string"}}},"AircraftMaintenanceEngine":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"EngineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Repair":{"type":"boolean"},"RepairCondition":{"format":"double","type":"number"},"Replace":{"type":"boolean"},"AircraftMaintenanceId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftMaintenance":{"$ref":"#/definitions/AircraftMaintenance"}}},"WorkOrderCrew":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorkOrderId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Role":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"People":{"$ref":"#/definitions/People"}}},"WorkOrderAction":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorkOrderId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FlyDestinationAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FlyDestinationAirport":{"$ref":"#/definitions/Airport"},"FlyAlternateAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FlyAlternateAirport":{"$ref":"#/definitions/Airport"},"FlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Flight":{"$ref":"#/definitions/Flight"},"Name":{"type":"string"},"Status":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"StatusDisplay":{"type":"string"},"Order":{"format":"int32","type":"integer"},"StartedTime":{"format":"date-time","type":"string"},"FailedTime":{"format":"date-time","type":"string"},"EndedTime":{"format":"date-time","type":"string"},"FuelToLoadGallons":{"format":"double","type":"number"},"DontLoadFuel":{"type":"boolean"},"Loads":{"type":"array","items":{"$ref":"#/definitions/WorkOrderActionLoad"}},"Passengers":{"type":"array","items":{"$ref":"#/definitions/WorkOrderActionPassenger"}},"Step":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"WaitingForCargoPAX":{"type":"boolean"},"FinishedAtAlternate":{"type":"boolean"},"ForceCrewToRestAtEnd":{"type":"boolean"},"ActualFOBAtDepartureBeforeRefuel":{"format":"double","type":"number"}}},"VA":{"type":"object","properties":{"InitalOwnerEquity":{"format":"double","type":"number"},"PercentDividendsToDistribute":{"format":"double","type":"number"},"Description":{"type":"string"},"LastDividendsDistribution":{"format":"date-time","type":"string"},"ImageName":{"type":"string"},"ForceAssignJobsToPilots":{"type":"boolean"},"AutomaticallyAssignJobWhenTaken":{"type":"boolean"},"AutomaticallyAssignJobWhenLoaded":{"type":"boolean"},"RestrictEmployeesUsage":{"type":"boolean"},"Website":{"type":"string"},"RestrictLoadingVAJobsIntoNonVAAircraft":{"type":"boolean"},"RestrictLoadingNonVAJobsIntoVAAircraft":{"type":"boolean"},"ImageUrl":{"type":"string"},"LastComputationDate":{"format":"date-time","type":"string"},"ComputedMemberCount":{"format":"int32","type":"integer"},"ComputedAircraftsCount":{"format":"int32","type":"integer"},"ComputedNumberOfFlights30Days":{"format":"int32","type":"integer"},"ComputedNumberOfFlightHours30Days":{"format":"double","type":"number"},"ComputedMostUsedAirports":{"type":"string"},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"Name":{"type":"string"},"AirlineCode":{"type":"string"},"LastConnection":{"format":"date-time","type":"string"},"LastReportDate":{"format":"date-time","type":"string"},"Reputation":{"format":"double","type":"number"},"CreationDate":{"format":"date-time","type":"string"},"DifficultyLevel":{"format":"int32","type":"integer"},"UTCOffsetinHours":{"format":"double","type":"number"},"Paused":{"type":"boolean"},"PausedDate":{"format":"date-time","type":"string"},"Level":{"format":"int32","type":"integer"},"LevelXP":{"format":"int32","type":"integer"},"TransportEmployeeInstant":{"type":"boolean"},"TransportPlayerInstant":{"type":"boolean"},"ForceTimeInSimulator":{"type":"boolean"},"UseSmallAirports":{"type":"boolean"},"UseOnlyVanillaAirports":{"type":"boolean"},"EnableSkillTree":{"type":"boolean"},"CheckrideLevel":{"format":"int32","enum":[0,1,2],"type":"integer"},"EnableLandingPenalities":{"type":"boolean"},"EnableEmployeesFlightDutyAndSleep":{"type":"boolean"},"AircraftRentLevel":{"format":"int32","enum":[0,1,2],"type":"integer"},"EnableCargosAndChartersLoadingTime":{"type":"boolean"},"InSurvival":{"type":"boolean"},"PayBonusFactor":{"format":"double","type":"number"},"EnableSimFailures":{"type":"boolean"},"DisableSeatsConfigCheck":{"type":"boolean"},"LastSwapDate":{"format":"date-time","type":"string"},"MainAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanySkillPoints":{"type":"array","items":{"$ref":"#/definitions/CompanySkillPoint"}},"RealisticSimProcedures":{"type":"boolean"},"Tag":{"type":"string"},"TravelTokens":{"format":"int32","type":"integer"},"CurrentBadgeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentBadgeUrl":{"type":"string"},"CurrentBadgeName":{"type":"string"},"LastWeeklyManagementsPaymentDate":{"format":"date-time","type":"string"},"SkillTreeResetCount":{"format":"int32","type":"integer"},"IndustryPoints":{"format":"int32","type":"integer"},"TotalIndustryPoints":{"format":"int32","type":"integer"},"TotalContractsCompleted":{"format":"int32","type":"integer"},"TotalContractsEarnedCredits":{"format":"double","type":"number"},"CompanyType":{"format":"int32","enum":[0,1,2],"type":"integer"},"Callsign":{"type":"string"},"AutoUnloadMerchandises":{"type":"boolean"},"ExcludeAirportsNotInSimbrief":{"type":"boolean"},"DisableFlightScoring":{"type":"boolean"},"SayIntentionsPilotKey":{"type":"string"},"EnableFlightScoringLights":{"type":"boolean"},"ManagementMode":{"format":"int32","enum":[0,1],"type":"integer"},"IsAdvancedManagementModeUnlocked":{"type":"boolean"},"LastManagementModeUpdateDate":{"format":"date-time","type":"string"},"LastQuizSubmitDate":{"format":"date-time","type":"string"},"DiscordWebhooks":{"type":"array","items":{"$ref":"#/definitions/DiscordWebhookSetting"}}}},"FlightCrew":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Role":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"People":{"$ref":"#/definitions/People"},"Flight":{"$ref":"#/definitions/Flight"}}},"AirportSceneryDecorationType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Tag":{"type":"string"},"ModelName":{"type":"string"},"IsDisabled":{"type":"boolean"}}},"AirportBoost":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"OwnershipId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Ownership":{"$ref":"#/definitions/AirportOwnership"},"BoostTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"BoostType":{"$ref":"#/definitions/AirportBoostType"},"Level":{"format":"int32","type":"integer"},"AutoRenew":{"type":"boolean"},"StartDate":{"format":"date-time","type":"string"},"EndDate":{"format":"date-time","type":"string"}}},"AircraftAddonFuelTank":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftAddonId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftAddon":{"$ref":"#/definitions/AircraftAddon"},"Name":{"type":"string"},"CapacityInGallons":{"format":"double","type":"number"},"OrderInSim":{"format":"int32","type":"integer"}}},"Mission":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"Cargos":{"type":"array","items":{"$ref":"#/definitions/Cargo"}},"Charters":{"type":"array","items":{"$ref":"#/definitions/Charter"}},"MissionTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MissionType":{"$ref":"#/definitions/MissionType"},"MainAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MainAirport":{"$ref":"#/definitions/Airport"},"BaseAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"BaseAirport":{"$ref":"#/definitions/Airport"},"CompletionFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompletionFlight":{"$ref":"#/definitions/Flight"},"TourId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tour":{"$ref":"#/definitions/Tour"},"RaceId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Race":{"$ref":"#/definitions/Race"},"FreelanceAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceAircraft":{"$ref":"#/definitions/Aircraft"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRoute":{"$ref":"#/definitions/RegularRoute"},"RegularRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRouteFlight":{"$ref":"#/definitions/RegularRouteFlight"},"FreelanceRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceRouteFlight":{"$ref":"#/definitions/FreelanceRouteFlight"},"ValuePerLbsPerDistance":{"format":"double","type":"number"},"IsGoodValue":{"type":"boolean"},"MaxDistance":{"format":"double","type":"number"},"TotalDistance":{"format":"double","type":"number"},"MainAirportHeading":{"format":"double","type":"number"},"Description":{"type":"string"},"ExpirationDate":{"format":"date-time","type":"string"},"WorldEventId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorldEvent":{"$ref":"#/definitions/WorldEvent"},"Pay":{"format":"double","type":"number"},"PayLastMinuteBonus":{"format":"double","type":"number"},"PayCompanyBonus":{"format":"double","type":"number"},"PayAirportBoostBonus":{"format":"double","type":"number"},"PayAirportBoostBonusDescription":{"type":"string"},"Penality":{"format":"double","type":"number"},"ReputationImpact":{"format":"double","type":"number"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CreationDate":{"format":"date-time","type":"string"},"TakenDate":{"format":"date-time","type":"string"},"CompletionDate":{"format":"date-time","type":"string"},"PaidDate":{"format":"date-time","type":"string"},"TotalCargoTransported":{"format":"double","type":"number"},"TotalPaxTransported":{"format":"int32","type":"integer"},"ScenarioTag":{"type":"string"},"CustomId":{"type":"string"},"GliderMissionInfoId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"GliderMissionInfo":{"$ref":"#/definitions/GliderMissionInfo"},"Category":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"State":{"format":"int32","enum":[0,1],"type":"integer"},"XP":{"format":"int32","type":"integer"},"SkillPoint":{"format":"int32","type":"integer"},"FBOLogisticQueryId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FBOLogisticQuery":{"$ref":"#/definitions/FBOLogisticQuery"},"MinCompanyReput":{"format":"double","type":"number"},"Hash":{"maxLength":40,"minLength":40,"type":"string"},"AssignedWork":{"$ref":"#/definitions/AssignedWork"},"RealPay":{"format":"double","type":"number"},"RealPenality":{"format":"double","type":"number"},"CanAccess":{"type":"boolean"},"CanAccessDisplay":{"type":"string"},"IsLastMinute":{"type":"boolean"},"IsFavorited":{"type":"boolean"}}},"CargoType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ShortName":{"type":"string"},"Name":{"type":"string"},"CargoTypeCategory":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"MinLbs":{"format":"int32","type":"integer"},"MaxLbs":{"format":"int32","type":"integer"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"}}},"VAMember":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VA":{"$ref":"#/definitions/VA"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"Aircrafts":{"type":"array","items":{"$ref":"#/definitions/VAMemberAircraft"}},"Peoples":{"type":"array","items":{"$ref":"#/definitions/VAMemberPeople"}},"VARoleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VARole":{"$ref":"#/definitions/VARole"},"TotalCargosTransportedLbs":{"format":"double","type":"number"},"TotalPAXsTransported":{"format":"int32","type":"integer"},"TotalEarnedCredits":{"format":"double","type":"number"},"TotalSpentCredits":{"format":"double","type":"number"},"NumberOfFlights":{"format":"int32","type":"integer"},"FlightHours":{"format":"double","type":"number"},"Color":{"type":"string"},"AcceptMigration":{"type":"boolean"},"ReputationImpact":{"format":"double","type":"number"},"LastVAFlightDate":{"format":"date-time","type":"string"},"LastWeeklyPay":{"format":"date-time","type":"string"}}},"RegularRoute":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Active":{"type":"boolean"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"FlightNumber":{"format":"int32","type":"integer"},"Color":{"type":"string"},"RouteSetName":{"type":"string"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"AlternateAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AlternateAirport":{"$ref":"#/definitions/Airport"},"AssignedToVAMemberId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AssignedToVAMember":{"$ref":"#/definitions/VAMember"},"ReferenceFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReferenceFlight":{"$ref":"#/definitions/Flight"},"Day":{"format":"int32","enum":[0,1,2,3,4,5,6],"type":"integer"},"DayMonday":{"type":"boolean"},"DayTuesday":{"type":"boolean"},"DayWednesday":{"type":"boolean"},"DayThursday":{"type":"boolean"},"DayFriday":{"type":"boolean"},"DaySaturday":{"type":"boolean"},"DaySunday":{"type":"boolean"},"DepartureTimeUTC":{"format":"double","type":"number"},"ArrivalTimeUTC":{"format":"double","type":"number"},"DepartureSlotStartTimeUTC":{"format":"double","type":"number"},"DepartureSlotDuration":{"format":"double","type":"number"},"ArrivalSlotStartTimeUTC":{"format":"double","type":"number"},"ArrivalSlotDuration":{"format":"double","type":"number"},"EcoSeats":{"format":"int32","type":"integer"},"BusSeats":{"format":"int32","type":"integer"},"FCSeats":{"format":"int32","type":"integer"},"CargoLbs":{"format":"int32","type":"integer"},"EcoSeatTicketPrice":{"format":"double","type":"number"},"BusSeatTicketPrice":{"format":"double","type":"number"},"FCSeatTicketPrice":{"format":"double","type":"number"},"Cargo1000LbsPrice":{"format":"double","type":"number"},"Reliability":{"format":"double","type":"number"},"ForceRestCrew":{"type":"boolean"},"Flights":{"type":"array","items":{"$ref":"#/definitions/RegularRouteFlight"}},"CrewMembers":{"type":"array","items":{"$ref":"#/definitions/RegularRouteCrew"}},"Logs":{"type":"array","items":{"$ref":"#/definitions/RegularRouteLog"}},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Aircraft":{"$ref":"#/definitions/Aircraft"},"FlyInSim":{"type":"boolean"},"AutomaticallySetOptimalPrices":{"type":"boolean"},"TotalFlightHours":{"format":"double","type":"number"},"TotalFlightsCount":{"format":"int32","type":"integer"},"TotalCreditsEarned":{"format":"double","type":"number"},"LastComputeDate":{"format":"date-time","type":"string"},"FillRate":{"format":"double","type":"number"},"FillRateDisplay":{"type":"string"}}},"RegularRouteFlight":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRoute":{"$ref":"#/definitions/RegularRoute"},"Status":{"format":"int32","enum":[0,1,2,3,4],"type":"integer"},"DepartureDate":{"format":"date-time","type":"string"},"IsLate":{"type":"boolean"},"Comment":{"type":"string"},"LastComment":{"type":"string"},"CompletionFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompletionFlight":{"$ref":"#/definitions/Flight"},"FirstFlightEngineOnTime":{"format":"date-time","type":"string"},"LastFlightEngineOffTime":{"format":"date-time","type":"string"},"CreationDate":{"format":"date-time","type":"string"},"LastUpdateDate":{"format":"date-time","type":"string"},"MissionGenerationDate":{"format":"date-time","type":"string"},"Day":{"format":"int32","enum":[0,1,2,3,4,5,6],"type":"integer"},"OverrideFlyInSim":{"type":"boolean"},"OverrideAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"OverrideAircraft":{"$ref":"#/definitions/Aircraft"},"OverrideCrewMembers":{"type":"array","items":{"$ref":"#/definitions/RegularRouteCrew"}}}},"FreelanceRouteFlight":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"FreelanceRouteScheduleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FreelanceRouteSchedule":{"$ref":"#/definitions/FreelanceRouteSchedule"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Aircraft":{"$ref":"#/definitions/Aircraft"},"CompletionFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompletionFlight":{"$ref":"#/definitions/Flight"},"DepartureTimeUTCHours":{"format":"double","type":"number"},"ArrivalTimeUTCHours":{"format":"double","type":"number"},"ArrivedLate":{"type":"boolean"},"FirstFlightEngineOnTime":{"format":"date-time","type":"string"},"LastFlightEngineOffTime":{"format":"date-time","type":"string"},"FlightNumber":{"type":"string"},"Order":{"format":"int32","type":"integer"},"GFLRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"GFLRoute":{"$ref":"#/definitions/GFLRoute"},"AirlabsRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirlabsRoute":{"$ref":"#/definitions/AirlabsRoute"},"FR24RouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FR24Route":{"$ref":"#/definitions/FR24Route"},"Pay":{"format":"double","type":"number"},"IsFerry":{"type":"boolean"},"State":{"format":"int32","enum":[0,1,2,3],"type":"integer"}}},"CharterPOIMapping":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CharterId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Charter":{"$ref":"#/definitions/Charter"},"CargoId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Cargo":{"$ref":"#/definitions/Cargo"},"PoiId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"POI":{"$ref":"#/definitions/POI"},"ValidationRadiusNM":{"format":"double","type":"number"},"ValidationRadarAltitudeFt":{"format":"double","type":"number"},"ValidationTimeSec":{"format":"double","type":"number"},"Order":{"format":"int32","type":"integer"},"POIValidated":{"type":"boolean"}}},"Race":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"ShortName":{"type":"string"},"MapUrl":{"type":"string"},"Waypoints":{"type":"array","items":{"$ref":"#/definitions/RaceWaypoint"}},"DistanceNM":{"format":"double","type":"number"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"AllowedAircraft":{"type":"string"},"IsEnabled":{"type":"boolean"},"Order":{"format":"int32","type":"integer"},"Difficulty":{"format":"int32","type":"integer"},"Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"Leaderboards":{"type":"array","items":{"$ref":"#/definitions/RaceLeaderboard"}},"EnableLeaderboard":{"type":"boolean"}}},"Incident":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IncidentType":{"format":"int32","enum":[0,1,2],"type":"integer"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"CreationDate":{"format":"date-time","type":"string"},"MissionType":{"format":"int32","enum":[0,1,2],"type":"integer"},"Description":{"type":"string"},"PAXCount":{"format":"int32","type":"integer"},"Order":{"format":"int32","type":"integer"},"SearchRadius":{"format":"double","type":"number"},"IncidentRadius":{"format":"double","type":"number"},"NeedToLand":{"type":"boolean"},"Validated":{"type":"boolean"},"Failed":{"type":"boolean"},"IsLate":{"type":"boolean"},"IsExactLocationKnown":{"type":"boolean"},"CustomId":{"type":"string"},"TourJobId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TourJob":{"$ref":"#/definitions/TourJob"},"IsArchived":{"type":"boolean"}}},"CharterType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"CharterTypeCategory":{"format":"int32","enum":[0,1,2,3,4,5,6],"type":"integer"},"MinPAX":{"format":"int32","type":"integer"},"MaxPAX":{"format":"int32","type":"integer"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Airport":{"$ref":"#/definitions/Airport"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"}}},"People":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"Certifications":{"type":"array","items":{"$ref":"#/definitions/Certification"}},"ClassCertifications":{"type":"array","items":{"$ref":"#/definitions/ClassCertification"}},"Pseudo":{"type":"string"},"UserID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"FlightHoursTotalBeforeHiring":{"format":"double","type":"number"},"FlightHoursInCompany":{"format":"double","type":"number"},"TotalLandings":{"format":"int32","type":"integer"},"Weight":{"format":"double","type":"number"},"BirthDate":{"format":"date-time","type":"string"},"Fatigue":{"format":"double","type":"number"},"Punctuality":{"format":"double","type":"number"},"Comfort":{"format":"double","type":"number"},"Happiness":{"format":"double","type":"number"},"CurrentFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentFlight":{"$ref":"#/definitions/Flight"},"CurrentAircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAircraft":{"$ref":"#/definitions/Aircraft"},"CurrentAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CurrentAirport":{"$ref":"#/definitions/Airport"},"HomeAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"HomeAirport":{"$ref":"#/definitions/Airport"},"PerFlightHourWages":{"format":"double","type":"number"},"WeeklyGarantedSalary":{"format":"double","type":"number"},"PerFlightHourSalary":{"format":"double","type":"number"},"Category":{"format":"int32","enum":[0,1,2,3,4],"type":"integer"},"Status":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11],"type":"integer"},"LastStatusChange":{"format":"date-time","type":"string"},"BusyUntil":{"format":"date-time","type":"string"},"FlightDutyStart":{"format":"date-time","type":"string"},"CurrentTotalFlightHoursInDuty":{"format":"double","type":"number"},"HiredSince":{"format":"date-time","type":"string"},"FreelanceSince":{"format":"date-time","type":"string"},"FreelanceUntil":{"format":"date-time","type":"string"},"LastPaymentDate":{"format":"date-time","type":"string"},"AvatarImageName":{"type":"string"},"TrainingAircraftClassId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TrainingAircraftClass":{"$ref":"#/definitions/AircraftClass"},"LastWorkTime":{"format":"date-time","type":"string"},"UnpaidFlightHours":{"format":"double","type":"number"},"InitialPseudo":{"type":"string"},"IsOnline":{"type":"boolean"},"FlightDutyEnd":{"format":"date-time","type":"string"},"FlightHoursGrandTotal":{"format":"double","type":"number"},"AvatarUrl":{"type":"string"}}},"WorkOrderActionLoad":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorkOrderActionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CargoId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CharterId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CargoWeight":{"format":"double","type":"number"},"PassengerNumber":{"format":"int32","type":"integer"},"Cargo":{"$ref":"#/definitions/Cargo"},"Charter":{"$ref":"#/definitions/Charter"},"Required":{"type":"boolean"}}},"WorkOrderActionPassenger":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorkOrderActionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"People":{"$ref":"#/definitions/People"}}},"AirportBoostType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ShortId":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"Name":{"type":"string"},"Description":{"type":"string"},"Order":{"format":"int32","type":"integer"},"Color":{"type":"string"},"WeeklyBaseCostOwnershipKits":{"format":"int32","type":"integer"}}},"MissionType":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"ShortName":{"type":"string"},"Description":{"type":"string"},"BaseReputationImpact":{"format":"double","type":"number"},"BasePayFactor":{"format":"double","type":"number"},"BasePenalityFactor":{"format":"double","type":"number"}}},"Tour":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Color":{"type":"string"},"Jobs":{"type":"array","items":{"$ref":"#/definitions/TourJob"}},"Description":{"type":"string"},"Requirements":{"type":"string"},"State":{"format":"int32","enum":[0,1,2],"type":"integer"},"PublishedTourId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PublishedTour":{"$ref":"#/definitions/Tour"},"Author":{"type":"string"},"Area":{"type":"string"},"Tags":{"type":"string"},"MinEmptyWeight":{"format":"int32","type":"integer"},"MaxEmptyWeight":{"format":"int32","type":"integer"},"MainTrip":{"type":"string"},"MainTripCargoLbs":{"format":"int32","type":"integer"},"MainTripCargoDescription":{"type":"string"},"MainTripPAXCount":{"format":"int32","type":"integer"},"MainTripPAXDescription":{"type":"string"},"StartDate":{"format":"date-time","type":"string"},"EndDate":{"format":"date-time","type":"string"},"IsRepeatable":{"type":"boolean"},"BadgeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ShortName":{"type":"string"},"IsDisabled":{"type":"boolean"},"MapUrl":{"type":"string"},"Order":{"format":"int32","type":"integer"},"CreatedByUserId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CreationDate":{"format":"date-time","type":"string"},"PublishedDate":{"format":"date-time","type":"string"},"LastSaveDate":{"format":"date-time","type":"string"},"IsOnAirOfficial":{"type":"boolean"},"Ratings":{"type":"array","items":{"$ref":"#/definitions/TourRating"}},"StatPartiallyCompletedCount":{"format":"int32","type":"integer"},"StatMainTripCompletedCount":{"format":"int32","type":"integer"},"StatFullyCompletedCount":{"format":"int32","type":"integer"},"IsRestrictedToMyVA":{"type":"boolean"},"ThumbnailUrl":{"type":"string"},"IconUrl":{"type":"string"},"Status":{"format":"int32","enum":[0,1,2],"type":"integer"},"RatingCount":{"format":"int32","type":"integer"},"CommentsCount":{"format":"int32","type":"integer"},"AverageRating":{"format":"double","type":"number"},"CanComment":{"type":"boolean"}}},"WorldEvent":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tag":{"type":"string"},"Name":{"type":"string"},"IsActive":{"type":"boolean"},"Stage":{"format":"int32","type":"integer"},"WorldId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"World":{"$ref":"#/definitions/World"},"ProgressBars":{"type":"array","items":{"$ref":"#/definitions/WorldEventProgressBar"}}}},"GliderMissionInfo":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MaxDepartureAltitude":{"format":"int32","type":"integer"},"MinFlightTimeMinutes":{"format":"int32","type":"integer"},"IsValidated":{"type":"boolean"}}},"FBOLogisticQuery":{"type":"object","properties":{"QUERY_DELAY_MINUTES":{"type":"array","items":{"format":"int32","type":"integer"},"readOnly":true},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MinRange":{"format":"double","type":"number"},"MaxRange":{"format":"double","type":"number"},"Heading":{"format":"double","type":"number"},"MinCargoWeight":{"format":"double","type":"number"},"MaxCargoWeight":{"format":"double","type":"number"},"MinPAX":{"format":"double","type":"number"},"MaxPAX":{"format":"double","type":"number"},"MinAirportSize":{"format":"int32","type":"integer"},"MaxAirportSize":{"format":"int32","type":"integer"},"FBOId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FBO":{"$ref":"#/definitions/FBO"},"Order":{"format":"int32","type":"integer"},"AddReturnLeg":{"type":"boolean"},"LastRequest":{"format":"date-time","type":"string"},"Type":{"format":"int32","enum":[0,1],"type":"integer"},"ExcludeMilitaryAirports":{"type":"boolean"},"SelectedFBOs":{"type":"string"},"PreferredPAXSeats":{"format":"int32","enum":[0,1,2],"type":"integer"},"GeneratedMissionsCount":{"format":"int32","type":"integer"},"CanGenerateMissions":{"type":"boolean"},"Status":{"type":"string"},"NextRequest":{"format":"date-time","type":"string"}}},"VAMemberAircraft":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAMemberId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAMember":{"$ref":"#/definitions/VAMember"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Aircraft":{"$ref":"#/definitions/Aircraft"}}},"VAMemberPeople":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAMemberId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAMember":{"$ref":"#/definitions/VAMember"},"EmployeeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Employee":{"$ref":"#/definitions/People"}}},"VARole":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VA":{"$ref":"#/definitions/VA"},"Name":{"type":"string"},"Permission":{"format":"int32","enum":[0,100,200,300,400,500],"type":"integer"},"IsDefaultNewRole":{"type":"boolean"},"Color":{"type":"string"},"PayPercent":{"format":"double","type":"number"},"IsHidden":{"type":"boolean"},"RestrictLoadingVAJobsIntoNonVAAircraft":{"type":"boolean"},"RestrictLoadingNonVAJobsIntoVAAircraft":{"type":"boolean"},"PayWeekly":{"format":"double","type":"number"},"PayPerFlightHour":{"format":"double","type":"number"}}},"RegularRouteCrew":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Role":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"People":{"$ref":"#/definitions/People"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"OverrideRegularRouteFlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"RegularRouteLog":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRoute":{"$ref":"#/definitions/RegularRoute"},"Status":{"format":"int32","enum":[0,1,2,3,4],"type":"integer"},"IsDone":{"type":"boolean"},"IsLate":{"type":"boolean"},"Comment":{"type":"string"},"LastComment":{"type":"string"},"CommentTicketsSelling":{"type":"string"},"FlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Flight":{"$ref":"#/definitions/Flight"},"CreationDate":{"format":"date-time","type":"string"},"LastUpdateDate":{"format":"date-time","type":"string"}}},"FreelanceRouteSchedule":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"GFLAirlineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"GFLAirline":{"$ref":"#/definitions/GFLAirline"},"AirlabsAirlineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirlabsAirline":{"$ref":"#/definitions/AirlabsAirline"},"FR24AirlineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FR24Airline":{"$ref":"#/definitions/FR24Airline"},"AircraftTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftType":{"$ref":"#/definitions/AircraftType"},"StartDate":{"format":"date-time","type":"string"},"State":{"format":"int32","enum":[0,1,2],"type":"integer"},"Flights":{"type":"array","items":{"$ref":"#/definitions/FreelanceRouteFlight"}},"CompletionComment":{"type":"string"}}},"GFLRoute":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"GFLAirlineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"GFLAirline":{"$ref":"#/definitions/GFLAirline"},"CreationDate":{"format":"date-time","type":"string"},"DepartureTimeHoursUTC":{"format":"double","type":"number"},"ArrivalTimeHoursUTC":{"format":"double","type":"number"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"airlineIata":{"type":"string"},"airlineIcao":{"type":"string"},"arrivalIata":{"type":"string"},"arrivalIcao":{"type":"string"},"arrivalTerminal":{"type":"string"},"arrivalTime":{"type":"string"},"departureIata":{"type":"string"},"departureIcao":{"type":"string"},"departureTerminal":{"type":"string"},"departureTime":{"type":"string"},"flightNumber":{"type":"string"}}},"AirlabsRoute":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirlabsAirlineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirlabsAirline":{"$ref":"#/definitions/AirlabsAirline"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"DepartureTimeHoursUTC":{"format":"double","type":"number"},"ArrivalTimeHoursUTC":{"format":"double","type":"number"},"airline_iata":{"type":"string"},"airline_icao":{"type":"string"},"flight_number":{"type":"string"},"flight_iata":{"type":"string"},"flight_icao":{"type":"string"},"cs_airline_iata":{"type":"string"},"cs_flight_iata":{"type":"string"},"cs_flight_number":{"type":"string"},"dep_iata":{"type":"string"},"dep_icao":{"type":"string"},"dep_terminals":{"type":"array","items":{"type":"string"}},"dep_time":{"type":"string"},"dep_time_utc":{"type":"string"},"arr_iata":{"type":"string"},"arr_icao":{"type":"string"},"arr_terminals":{"type":"array","items":{"type":"string"}},"arr_time":{"type":"string"},"arr_time_utc":{"type":"string"},"duration":{"format":"int32","type":"integer"},"aircraft_icao":{"type":"string"},"counter":{"format":"int32","type":"integer"},"updated":{"format":"date-time","type":"string"},"days":{"type":"array","items":{"type":"string"}}}},"FR24Route":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FR24AirlineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FR24Airline":{"$ref":"#/definitions/FR24Airline"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"DepartureTimeHoursUTC":{"format":"double","type":"number"},"ArrivalTimeHoursUTC":{"format":"double","type":"number"},"flight_number":{"type":"string"}}},"POI":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"TourJobId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TourJob":{"$ref":"#/definitions/TourJob"},"Order":{"format":"int32","type":"integer"},"ValidationRadiusNM":{"format":"double","type":"number"},"ValidationRadarAltitudeFt":{"format":"double","type":"number"},"ValidationTimeSec":{"format":"double","type":"number"},"IsArchived":{"type":"boolean"},"Categories":{"type":"string"},"IsDisabled":{"type":"boolean"}}},"RaceWaypoint":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Order":{"format":"int32","type":"integer"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"ValidationRadiusNM":{"format":"double","type":"number"},"ValidationRadarAltitudeFt":{"format":"double","type":"number"},"ValidationTimeSec":{"format":"double","type":"number"},"IsDisabled":{"type":"boolean"},"RaceId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"RaceLeaderboard":{"type":"object","properties":{"Name":{"type":"string"},"LeaderboardEntries":{"type":"array","items":{"$ref":"#/definitions/RaceLeaderboardEntry"}}}},"TourJob":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Title":{"type":"string"},"Order":{"format":"int32","type":"integer"},"TourId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tour":{"$ref":"#/definitions/Tour"},"DepartureAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"Airports":{"type":"string"},"POIs":{"type":"array","items":{"$ref":"#/definitions/POI"}},"IncidentLocations":{"type":"array","items":{"$ref":"#/definitions/IncidentLocation"}},"Type":{"format":"int32","enum":[0,1,2],"type":"integer"},"CargoLbs":{"format":"int32","type":"integer"},"CargoDescription":{"type":"string"},"PAXCount":{"format":"int32","type":"integer"},"PAXDescription":{"type":"string"}}},"Certification":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"People":{"$ref":"#/definitions/People"},"AircraftTypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftType":{"$ref":"#/definitions/AircraftType"},"LastValidation":{"format":"date-time","type":"string"},"Comments":{"type":"string"}}},"ClassCertification":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"People":{"$ref":"#/definitions/People"},"AircraftClassId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftClass":{"$ref":"#/definitions/AircraftClass"},"LastValidation":{"format":"date-time","type":"string"},"Comments":{"type":"string"}}},"TourRating":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"UserId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TourId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tour":{"$ref":"#/definitions/Tour"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"CreationDate":{"format":"date-time","type":"string"},"Comment":{"type":"string"},"Rating":{"format":"int32","type":"integer"}}},"WorldEventProgressBar":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tag":{"type":"string"},"Name":{"type":"string"},"CurrentValue":{"format":"double","type":"number"},"MaxValue":{"format":"double","type":"number"},"WorldEventId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WorldEvent":{"$ref":"#/definitions/WorldEvent"}}},"GFLAirline":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RoutesLastUpdate":{"format":"date-time","type":"string"},"RoutesCount":{"format":"int32","type":"integer"},"ageFleet":{"format":"float","type":"number"},"airlineId":{"format":"int32","type":"integer"},"callsign":{"type":"string"},"codeHub":{"type":"string"},"codeIataAirline":{"type":"string"},"codeIcaoAirline":{"type":"string"},"codeIso2Country":{"type":"string"},"founding":{"format":"int32","type":"integer"},"iataPrefixAccounting":{"type":"string"},"nameAirline":{"type":"string"},"nameCountry":{"type":"string"},"sizeAirline":{"format":"int32","type":"integer"},"statusAirline":{"type":"string"},"type":{"type":"string"}}},"AirlabsAirline":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RoutesCount":{"format":"int32","type":"integer"},"CountryName":{"type":"string"},"AirportsICAOs":{"type":"string"},"name":{"type":"string"},"iata_prefix":{"format":"int32","type":"integer"},"iata_accounting":{"format":"int32","type":"integer"},"iata_code":{"type":"string"},"icao_code":{"type":"string"},"callsign":{"type":"string"},"country_code":{"type":"string"},"iosa_registered":{"format":"int32","type":"integer"},"is_scheduled":{"format":"int32","type":"integer"},"is_passenger":{"format":"int32","type":"integer"},"is_cargo":{"format":"int32","type":"integer"},"is_international":{"format":"int32","type":"integer"},"total_aircrafts":{"format":"int32","type":"integer"},"average_fleet_age":{"format":"float","type":"number"},"accidents_last_5y":{"format":"int32","type":"integer"},"crashes_last_5y":{"format":"int32","type":"integer"},"website":{"type":"string"},"facebook":{"type":"string"},"twitter":{"type":"string"},"instagram":{"type":"string"},"linkedin":{"type":"string"},"slug":{"type":"string"}}},"FR24Airline":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"EstimatedRoutesCount":{"format":"int32","type":"integer"},"RoutesCount":{"format":"int32","type":"integer"},"CountryName":{"type":"string"},"AirportsICAOs":{"type":"string"},"RoutesDownloadDate":{"format":"date-time","type":"string"},"RoutesDownloadErrorMessage":{"type":"string"},"ForceDownload":{"type":"boolean"},"name":{"type":"string"},"iata_prefix":{"format":"int32","type":"integer"},"iata_accounting":{"format":"int32","type":"integer"},"iata_code":{"type":"string"},"icao_code":{"type":"string"},"callsign":{"type":"string"},"country_code":{"type":"string"},"iosa_registered":{"format":"int32","type":"integer"},"is_scheduled":{"format":"int32","type":"integer"},"is_passenger":{"format":"int32","type":"integer"},"is_cargo":{"format":"int32","type":"integer"},"is_international":{"format":"int32","type":"integer"},"total_aircrafts":{"format":"int32","type":"integer"},"average_fleet_age":{"format":"float","type":"number"},"accidents_last_5y":{"format":"int32","type":"integer"},"crashes_last_5y":{"format":"int32","type":"integer"},"website":{"type":"string"},"facebook":{"type":"string"},"twitter":{"type":"string"},"instagram":{"type":"string"},"linkedin":{"type":"string"},"slug":{"type":"string"}}},"RaceLeaderboardEntry":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RaceId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Race":{"$ref":"#/definitions/Race"},"FlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Flight":{"$ref":"#/definitions/Flight"},"CreationDate":{"format":"date-time","type":"string"},"UpdateDate":{"format":"date-time","type":"string"},"TimeSec":{"format":"double","type":"number"},"AverageSpeedKts":{"format":"double","type":"number"},"Data1":{"type":"string"},"Rank":{"format":"int32","type":"integer"}}},"IncidentLocation":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"IncidentType":{"format":"int32","enum":[0,1,2],"type":"integer"},"RadiusNM":{"format":"double","type":"number"},"CustomId":{"type":"string"},"CreationDate":{"format":"date-time","type":"string"},"TourJobId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TourJob":{"$ref":"#/definitions/TourJob"},"PAXCount":{"format":"int32","type":"integer"},"Order":{"format":"int32","type":"integer"},"Description":{"type":"string"}}},"WSResult[WSResultTwitchData]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSResultTwitchData"},"Error":{"type":"string"}}},"WSResultTwitchData":{"type":"object","properties":{"Aircraft":{"$ref":"#/definitions/Aircraft"},"DepartureAirport":{"$ref":"#/definitions/Airport"},"ArrivalAirport":{"$ref":"#/definitions/Airport"},"ETA":{"format":"date-time","type":"string"},"ArrivalMetar":{"$ref":"#/definitions/Metar"},"Cargos":{"type":"array","items":{"$ref":"#/definitions/Cargo"}},"PAXs":{"type":"array","items":{"$ref":"#/definitions/Charter"}},"TotalWeightLbs":{"format":"int32","type":"integer"},"DistanceNM":{"format":"int32","type":"integer"}}},"Metar":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"DecodedWindDirection":{"format":"int32","type":"integer"},"DecodedWindSpeedKT":{"format":"int32","type":"integer"},"DecodedCloudBaseInFeet":{"format":"int32","type":"integer"},"DecodedCloudCoverage":{"format":"int32","type":"integer"},"DecodedQNH":{"format":"int32","type":"integer"},"DecodedTemperature":{"format":"int32","type":"integer"},"DecodeDewPoint":{"format":"int32","type":"integer"},"DecodedVisibilityInMeters":{"format":"int32","type":"integer"},"DecodedDateTime":{"format":"date-time","type":"string"},"AirportICAO":{"type":"string"},"Visibility":{"format":"int32","type":"integer"},"Wind":{"format":"int32","type":"integer"},"Precipitation":{"format":"double","type":"number"},"Freezing":{"format":"double","type":"number"},"Dangerous":{"format":"double","type":"number"},"VMC_IMC":{"format":"int32","type":"integer"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"RawMetar":{"type":"string"},"Datetime":{"format":"date-time","type":"string"},"AirportSize":{"format":"int32","type":"integer"},"CountryCode":{"type":"string"},"Date":{"type":"string"},"AirportName":{"type":"string"}}},"WSResult[VA]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/VA"},"Error":{"type":"string"}}},"WSResult[List[VAMember]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/VAMember"}},"Error":{"type":"string"}}},"WSResult[List[VAShareHolder]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/VAShareHolder"}},"Error":{"type":"string"}}},"VAShareHolder":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VAId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VA":{"$ref":"#/definitions/VA"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"OwnerEquity":{"format":"double","type":"number"},"OwnerEquityProposal":{"format":"double","type":"number"}}},"WSResult[List[VARole]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/VARole"}},"Error":{"type":"string"}}},"WSResult[Company]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/Company"},"Error":{"type":"string"}}},"WSResult[List[Aircraft]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/Aircraft"}},"Error":{"type":"string"}}},"WSResult[List[People]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/People"}},"Error":{"type":"string"}}},"WSResult[List[Flight]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/Flight"}},"Error":{"type":"string"}}},"WSResult[List[WorkOrder]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/WorkOrder"}},"Error":{"type":"string"}}},"WSResult[List[Mission]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/Mission"}},"Error":{"type":"string"}}},"WSResult[List[MissionFlightTrack]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/MissionFlightTrack"}},"Error":{"type":"string"}}},"MissionFlightTrack":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"WSResult[List[FBO]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/FBO"}},"Error":{"type":"string"}}},"WSResult[WSGetCompanyCashFlow]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSGetCompanyCashFlow"},"Error":{"type":"string"}}},"WSGetCompanyCashFlow":{"type":"object","properties":{"Entries":{"type":"array","items":{"$ref":"#/definitions/AccountEntry"}},"CompanyCurrentCash":{"format":"double","type":"number"},"LastReportAmount":{"format":"double","type":"number"},"LastReportDate":{"format":"date-time","type":"string"}}},"AccountEntry":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Amount":{"format":"double","type":"number"},"Account":{"$ref":"#/definitions/Account"},"CreationDate":{"format":"date-time","type":"string"},"Description":{"type":"string"},"Key":{"type":"string"},"CarryForward":{"type":"boolean"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FBOId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Account":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ShortName":{"type":"string"},"Name":{"type":"string"},"Category":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"Order":{"format":"int32","type":"integer"}}},"WSResult[WSGetCompanyIncomes]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSGetCompanyIncomes"},"Error":{"type":"string"}}},"WSGetCompanyIncomes":{"type":"object","properties":{"REVAccounts":{"type":"array","items":{"$ref":"#/definitions/CompanyAccount"}},"EXPAccounts":{"type":"array","items":{"$ref":"#/definitions/CompanyAccount"}},"REVAmount":{"format":"double","type":"number"},"EXPAmount":{"format":"double","type":"number"},"NetIncomeAmount":{"format":"double","type":"number"}}},"CompanyAccount":{"type":"object","properties":{"Name":{"type":"string"},"ShortName":{"type":"string"},"Entries":{"type":"array","items":{"$ref":"#/definitions/AccountEntry"}},"Order":{"format":"int32","type":"integer"},"Amount":{"format":"double","type":"number"}}},"WSResult[WSGetCompanyBalanceSheet]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSGetCompanyBalanceSheet"},"Error":{"type":"string"}}},"WSGetCompanyBalanceSheet":{"type":"object","properties":{"ASSAccounts":{"type":"array","items":{"$ref":"#/definitions/CompanyAccount"}},"LIAAccounts":{"type":"array","items":{"$ref":"#/definitions/CompanyAccount"}},"ASSAmount":{"format":"double","type":"number"},"LIAAmount":{"format":"double","type":"number"},"DeltaBalance":{"format":"double","type":"number"}}},"WSResult[WSCompanyData]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSCompanyData"},"Error":{"type":"string"}}},"WSCompanyData":{"type":"object","properties":{"Cash":{"format":"double","type":"number"},"ShareCapital":{"format":"double","type":"number"},"Value":{"format":"double","type":"number"},"Incomes1week":{"format":"double","type":"number"},"Incomes2weeks":{"format":"double","type":"number"},"IncomesGlobal":{"format":"double","type":"number"},"NumberOfCompletedMissions":{"format":"int32","type":"integer"},"NumberOfActivesMissions":{"format":"int32","type":"integer"},"NumberOfActiveAircrafts":{"format":"int32","type":"integer"},"NumberOfAircrafts":{"format":"int32","type":"integer"},"NumberOfEmployees":{"format":"int32","type":"integer"},"NumberOfFBOs":{"format":"int32","type":"integer"},"ReturnOnAssets":{"format":"double","type":"number"},"DebtRatio":{"format":"double","type":"number"},"Assets":{"format":"double","type":"number"},"Loans":{"format":"double","type":"number"},"Level":{"format":"int32","type":"integer"},"XP":{"format":"int32","type":"integer"},"XPNeeded":{"format":"int32","type":"integer"}}},"WSResult[List[Log]]":{"type":"object","properties":{"Content":{"type":"array","items":{"$ref":"#/definitions/Log"}},"Error":{"type":"string"}}},"Log":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AircraftId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PeopleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CompanyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Company":{"$ref":"#/definitions/Company"},"RegularRouteId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RegularRoute":{"$ref":"#/definitions/RegularRoute"},"TourId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tour":{"$ref":"#/definitions/Tour"},"EngineId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CargoId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CharterId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AirportId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FBOId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"FlightId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MailId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScenarioId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"MissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsRead":{"type":"boolean"},"IsNotification":{"type":"boolean"},"ZuluEventTime":{"format":"date-time","type":"string"},"Category":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],"type":"integer"},"Action":{"format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"Description":{"type":"string"},"Amount":{"format":"double","type":"number"},"AccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Account":{"$ref":"#/definitions/Account"}}},"WSResult[Aircraft]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/Aircraft"},"Error":{"type":"string"}}},"WSResult[WSResultAircraftMaintenanceCosts]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSResultAircraftMaintenanceCosts"},"Error":{"type":"string"}}},"WSResultAircraftMaintenanceCosts":{"type":"object","properties":{"AnnualCheckupCost":{"format":"double","type":"number"},"Inspection100hCost":{"format":"double","type":"number"},"RepairAirframe1PercentCost":{"format":"double","type":"number"},"RepairEngine1PercentCost":{"format":"double","type":"number"},"EngineReplacementCost":{"format":"double","type":"number"}}},"WSResult[WSResult[AircraftTypeBalanceData]]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/WSResult[AircraftTypeBalanceData]"},"Error":{"type":"string"}}},"WSResult[AircraftTypeBalanceData]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/AircraftTypeBalanceData"},"Error":{"type":"string"}}},"AircraftTypeBalanceData":{"type":"object","properties":{"AircraftType":{"$ref":"#/definitions/AircraftType"},"LowestCargoPayCrPerLbsPerNM":{"format":"double","type":"number"},"OperationalPayloadLbs":{"format":"double","type":"number"},"AverageCruiseSpeedKts":{"format":"double","type":"number"},"AverageWeeklyFlightHours":{"format":"double","type":"number"},"AverageAnnualFlightHours":{"format":"double","type":"number"},"AverageWeeklyFlightHoursCompressed":{"format":"double","type":"number"},"AverageAnnualFlightHoursCompressed":{"format":"double","type":"number"},"CostHourlyFuel":{"format":"double","type":"number"},"CostHourlyCrew":{"format":"double","type":"number"},"HourlyProfit":{"format":"double","type":"number"},"AverageDeltaConditionPerFlightHour":{"format":"double","type":"number"},"CostAirframeRepair1P":{"format":"double","type":"number"},"CostEngineRepair1P":{"format":"double","type":"number"},"CostHourlyAirframeRepair":{"format":"double","type":"number"},"CostHourlyEnginesRepair":{"format":"double","type":"number"},"Cost100HInspection":{"format":"double","type":"number"},"CostAnnualCheckup":{"format":"double","type":"number"},"CostHourly100HInspection":{"format":"double","type":"number"},"CostHourlyAnnualCheckup":{"format":"double","type":"number"},"CostHourlyTotalMaintenance":{"format":"double","type":"number"},"CostHourlyRentalFee":{"format":"double","type":"number"},"CostHourlyRentTotal":{"format":"double","type":"number"},"CostWeeklyLease":{"format":"double","type":"number"},"CostHourlyLease":{"format":"double","type":"number"},"ProfitHourlyLease":{"format":"double","type":"number"},"CostWeeklyOwning":{"format":"double","type":"number"},"CostHourlyOwning":{"format":"double","type":"number"},"ProfitHourlyOwning":{"format":"double","type":"number"}}},"WSResult[People]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/People"},"Error":{"type":"string"}}},"WSResult[Airport]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/Airport"},"Error":{"type":"string"}}},"WSResult[AircraftType]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/AircraftType"},"Error":{"type":"string"}}},"WSResult[Flight]":{"type":"object","properties":{"Content":{"$ref":"#/definitions/Flight"},"Error":{"type":"string"}}},"WSResult[Byte[]]":{"type":"object","properties":{"Content":{"format":"byte","type":"string"},"Error":{"type":"string"}}}},"securityDefinitions":{"oa-apikey":{"type":"apiKey","description":"API Key Authentication","name":"oa-apikey","in":"header"}}}