Skip to content

Event

About Events

An event represents a custom event, including its start time, location, and duration. For more details on event producers and events, see About EventProducers.

id

The unique identifier for the event.

Type: ID!

eventProducer

The event producer that owns the event.

Type: EventProducer!

type

The type of the event, which should convey the broad category of the event.

Type: String!

subType

The subtype of the event, if provided, which should provide more context on the category of the event.

Type: String

startTime

The time at which the event started.

Type: DateTimeOffset!

endTime

The time at which the event ended. If not provided, the event is still ongoing.

Type: DateTimeOffset

position

The GeoJSON point recorded with the event, if any.

Type: GeoJSONPoint

timezone

The timezone for the event, if provided.

Type: String

draft

Indicate that the event is a draft. Defaults to false.

Type: Boolean

metadata

Additional metadata associated with the event. This may represent any JSON object structure.

Type: JSON

images

The images that are associated with this event.

Type: [Image!]!

videos

The videos that are associated with this event.

Type: [Video!]!

properties

Optional additional information associated with this event, including related data sources, sites, and tags.

Type: EventProperties

validation

Optional information to validate the accuracy of the event.

Type: EventValidation