-
Notifications
You must be signed in to change notification settings - Fork 961
Open
Description
There are discrepancies between the provided API schemas for launches (versions v4 and v5) and the actual data returned from the API.
Issues Identified:
-
Incorrect Attribute Name:
- The attribute tdb is present in the schemas, but the actual API responses use tbd. This mismatch affects both v4 and v5 schemas.
-
Missing Attribute:
- The launch_library_id attribute is present in the actual API responses but is missing from both v4 and v5 schemas.
Proposed Fix:
- Update the schemas to replace tdb with tbd.
- Add launch_library_id to the v4 and v5 launch schemas.
Metadata
Metadata
Assignees
Labels
No labels