Skip to content

[Documentation/Enhancement] Define and expose all possible values for 'category' in Flight summary full #38

@kamilmmach

Description

@kamilmmach

Problem Description

In the Full Flight Summary endpoint (and the corresponding SDK models), the category field returns a string or null. While the current documentation suggests examples like "Passenger" and "Cargo", there is no comprehensive list of all possible types that this field can return.

Without a defined set of values, it is difficult to:

  • Implement robust filtering or conditional logic.
  • Map these categories to internal data models.
  • Ensure future compatibility if new categories are added.

Specific Ask

Please provide an exhaustive list of all potential strings that the category field in the Full Flight Summary can return.
Ideally, this should be:

  1. Added to the official API documentation.
  2. Exposed in the SDK as a Literal or Enum to allow for type-checking and autocompletion within Python.

Clear documentation on these values would significantly improve the utility of the "Full" tier data. I look forward to your update on this so I can implement the field reliably in my production environment.

Thanks for your assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions