OBJECT

EmbeddedVessel

link GraphQL Schema definition

  • type EmbeddedVessel {
  • # Vessel category (derived from the AIS Shiptype)
  • category: String
  • # Vessel class (possible values are 'buoy' and 'vessel')
  • class: String
  • # ISO 3166-1 alpha-3 country code (from AIS position messages)
  • country_filter: [String]
  • # Full country name (from AIS position messages)
  • display_country: String
  • # Vessel length in meters (from AIS static messages)
  • length: Int
  • # Maritime Mobile Service Identity number (from AIS position messages)
  • mmsi: Int
  • # Vessel name (from AIS static messages)
  • name: String
  • # Vessel type (from AIS static messages)
  • type: String
  • # Vessel ID (unique to the Skylight platform)
  • vessel_id: ID
  • # Vessel track ID (unique to the Skylight platform)
  • track_id: String
  • }