{ "@context": { "@version": 1.1, "@vocab": "https://api-evangelist.com/eve-online/vocabulary#", "eve": "https://api-evangelist.com/eve-online/vocabulary#", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "id": "@id", "type": "@type", "Character": "eve:Character", "Corporation": "eve:Corporation", "Alliance": "eve:Alliance", "Faction": "eve:Faction", "Region": "eve:Region", "Constellation": "eve:Constellation", "SolarSystem": "eve:SolarSystem", "Station": "eve:Station", "Structure": "eve:Structure", "InventoryType": "eve:InventoryType", "Killmail": "eve:Killmail", "MarketOrder": "eve:MarketOrder", "WalletJournalEntry": "eve:WalletJournalEntry", "Contract": "eve:Contract", "IndustryJob": "eve:IndustryJob", "Fleet": "eve:Fleet", "FleetMember": "eve:FleetMember", "Mail": "eve:Mail", "MailHeader": "eve:MailHeader", "SkillQueueEntry": "eve:SkillQueueEntry", "Asset": "eve:Asset", "War": "eve:War", "SovereigntyStatus": "eve:SovereigntyStatus", "ServerStatus": "eve:ServerStatus", "character_id": {"@id": "eve:characterId", "@type": "xsd:integer"}, "corporation_id": {"@id": "eve:corporationId", "@type": "xsd:integer"}, "alliance_id": {"@id": "eve:allianceId", "@type": "xsd:integer"}, "faction_id": {"@id": "eve:factionId", "@type": "xsd:integer"}, "region_id": {"@id": "eve:regionId", "@type": "xsd:integer"}, "constellation_id": {"@id": "eve:constellationId", "@type": "xsd:integer"}, "system_id": {"@id": "eve:systemId", "@type": "xsd:integer"}, "solar_system_id": {"@id": "eve:solarSystemId", "@type": "xsd:integer"}, "station_id": {"@id": "eve:stationId", "@type": "xsd:integer"}, "structure_id": {"@id": "eve:structureId", "@type": "xsd:integer"}, "type_id": {"@id": "eve:typeId", "@type": "xsd:integer"}, "group_id": {"@id": "eve:groupId", "@type": "xsd:integer"}, "category_id": {"@id": "eve:categoryId", "@type": "xsd:integer"}, "war_id": {"@id": "eve:warId", "@type": "xsd:integer"}, "killmail_id": {"@id": "eve:killmailId", "@type": "xsd:integer"}, "killmail_hash": {"@id": "eve:killmailHash", "@type": "xsd:string"}, "fleet_id": {"@id": "eve:fleetId", "@type": "xsd:integer"}, "contract_id": {"@id": "eve:contractId", "@type": "xsd:integer"}, "order_id": {"@id": "eve:orderId", "@type": "xsd:integer"}, "name": "schema:name", "description": "schema:description", "title": "schema:jobTitle", "url": {"@id": "schema:url", "@type": "@id"}, "birthday": {"@id": "schema:birthDate", "@type": "xsd:date"}, "founded": {"@id": "schema:foundingDate", "@type": "xsd:date"}, "gender": "schema:gender", "ticker": "eve:ticker", "security_status": {"@id": "eve:securityStatus", "@type": "xsd:double"}, "tax_rate": {"@id": "eve:taxRate", "@type": "xsd:double"}, "member_count": {"@id": "eve:memberCount", "@type": "xsd:integer"}, "ceo_id": {"@id": "eve:ceoId", "@type": "xsd:integer"}, "creator_id": {"@id": "eve:creatorId", "@type": "xsd:integer"}, "executor_corporation_id": {"@id": "eve:executorCorporationId", "@type": "xsd:integer"}, "price": {"@id": "schema:price", "@type": "xsd:double"}, "volume_remain": {"@id": "eve:volumeRemain", "@type": "xsd:integer"}, "volume_total": {"@id": "eve:volumeTotal", "@type": "xsd:integer"}, "is_buy_order": {"@id": "eve:isBuyOrder", "@type": "xsd:boolean"}, "duration": {"@id": "eve:durationDays", "@type": "xsd:integer"}, "range": "eve:range", "issued": {"@id": "schema:dateIssued", "@type": "xsd:dateTime"}, "balance": {"@id": "eve:balance", "@type": "xsd:double"}, "amount": {"@id": "schema:amount", "@type": "xsd:double"}, "tax": {"@id": "eve:tax", "@type": "xsd:double"}, "reason": "eve:reason", "ref_type": "eve:refType", "ref_id": {"@id": "eve:refId", "@type": "xsd:integer"}, "first_party_id": {"@id": "eve:firstPartyId", "@type": "xsd:integer"}, "second_party_id": {"@id": "eve:secondPartyId", "@type": "xsd:integer"}, "victim": "eve:victim", "attackers": {"@id": "eve:attackers", "@container": "@set"}, "final_blow": {"@id": "eve:finalBlow", "@type": "xsd:boolean"}, "damage_done": {"@id": "eve:damageDone", "@type": "xsd:integer"}, "damage_taken": {"@id": "eve:damageTaken", "@type": "xsd:integer"}, "ship_type_id": {"@id": "eve:shipTypeId", "@type": "xsd:integer"}, "weapon_type_id": {"@id": "eve:weaponTypeId", "@type": "xsd:integer"}, "skill_id": {"@id": "eve:skillId", "@type": "xsd:integer"}, "finished_level": {"@id": "eve:finishedLevel", "@type": "xsd:integer"}, "training_start_sp": {"@id": "eve:trainingStartSp", "@type": "xsd:integer"}, "level_end_sp": {"@id": "eve:levelEndSp", "@type": "xsd:integer"}, "level_start_sp": {"@id": "eve:levelStartSp", "@type": "xsd:integer"}, "queue_position": {"@id": "eve:queuePosition", "@type": "xsd:integer"}, "start_date": {"@id": "schema:startDate", "@type": "xsd:dateTime"}, "finish_date": {"@id": "schema:endDate", "@type": "xsd:dateTime"}, "expires": {"@id": "schema:expires", "@type": "xsd:dateTime"}, "location_id": {"@id": "eve:locationId", "@type": "xsd:integer"}, "location_type": "eve:locationType", "location_flag": "eve:locationFlag", "quantity": {"@id": "eve:quantity", "@type": "xsd:integer"}, "is_singleton": {"@id": "eve:isSingleton", "@type": "xsd:boolean"}, "members": {"@id": "eve:members", "@container": "@set"}, "role": "eve:role", "wing_id": {"@id": "eve:wingId", "@type": "xsd:integer"}, "squad_id": {"@id": "eve:squadId", "@type": "xsd:integer"}, "from": "eve:from", "subject": "schema:about", "body": "schema:text", "labels": {"@id": "eve:labels", "@container": "@set"}, "recipients": {"@id": "eve:recipients", "@container": "@set"}, "players": {"@id": "eve:players", "@type": "xsd:integer"}, "server_version": "eve:serverVersion", "vip": {"@id": "eve:vip", "@type": "xsd:boolean"}, "start_time": {"@id": "schema:startTime", "@type": "xsd:dateTime"} }, "@graph": [ { "@id": "eve:EVEOnlineESI", "@type": "schema:WebAPI", "schema:name": "EVE Swagger Interface (ESI)", "schema:description": "Official RESTful HTTP API for EVE Online third-party development.", "schema:provider": {"@id": "eve:CCPGames"}, "schema:documentation": "https://developers.eveonline.com/docs/services/esi/", "schema:url": "https://esi.evetech.net/latest/" }, { "@id": "eve:EVESSO", "@type": "schema:WebAPI", "schema:name": "EVE Single Sign-On", "schema:description": "OAuth 2.0 authorization service for EVE Online third-party applications.", "schema:url": "https://login.eveonline.com", "schema:potentialAction": { "@type": "schema:AuthorizeAction", "schema:target": "https://login.eveonline.com/v2/oauth/authorize" } }, { "@id": "eve:CCPGames", "@type": "schema:Organization", "schema:name": "CCP Games", "schema:url": "https://www.ccpgames.com/" } ] }