Skip to content

Feature: expose runtime OpenAPI operation metadata for schema introspection #50

@0xBigBoss

Description

@0xBigBoss

We found it useful for generated OpenAPI commands to retain runtime operation metadata so schema inspection can resolve mounted operations directly from the mounted spec.

The use case was:

  • mounted OpenAPI-backed commands
  • runtime schema lookup for a specific operation
  • introspection of params, request body, and response shape

In our fork, we attached runtime operation metadata to generated commands so the framework could expose richer per-command schema information without relying on a stale baked manifest.

Reference patch:

Would you be open to upstreaming runtime OpenAPI metadata on generated commands so mounted operations can participate in schema introspection more cleanly?

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