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:
- Added to the official API documentation.
- 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.
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:
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:
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.