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