Skip to content

Support a strongly typed InputSchema #300

@rustyrazorblade

Description

@rustyrazorblade

Is your feature request related to a problem? Please describe.

The input schema is currently a json object, leaving the user to bang their head against the wall to figure out what should be passed in.

Describe the solution you'd like

A strongly typed InputSchema, with properties, required, additionalProperties.

Describe alternatives you've considered

Generating a type from a class would be nice, but I think it should generate an InputSchema object, not a json object.

Additional context

No additional context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions