-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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.
kpavlov
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested