#1368·SpaceX-API

Schema Mismatch for Launches (v4 and v5)

Author: AcerikCreated Feb 16, 2025Updated Feb 16, 2025

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.