Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Mismatch for Launches (v4 and v5) #1368

Open
Acerik opened this issue Feb 16, 2025 · 0 comments
Open

Schema Mismatch for Launches (v4 and v5) #1368

Acerik opened this issue Feb 16, 2025 · 0 comments

Comments

@Acerik
Copy link

Acerik commented 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant