OBJECT
Event
link GraphQL Schema definition
- type Event {
- # Event ID (unique to the Skylight platform)
- String! :
- # The type of event (example: 'dark_rendezvous')
- EventType :
- # Event start location and timestamp
- StartEnd :
- # Vessel-specific information for the vessels involved in the event
- EmbeddedVessels :
- # Event-specific information
- EventDetails :
- # Event end location and timestamp
- StartEnd :
- # Additional event parameters (applies only for 'aoi_visit' and 'speed_range'
- # event types)
- UserParams :
- }