Skip to content

Schema Mismatch for Launches (v4 and v5) #1368

@Acerik

Description

@Acerik

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

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