@typia/website
    Preparing search index...
    IInputSchema: (
        OpenApiV3_1.IJsonSchema.IObject
        | OpenApiV3_1.IJsonSchema.IReference
    ) & { $defs?: Record<string, OpenApiV3_1.IJsonSchema> }

    Input schema of the tool.

    The input schema, parameters of the tool.

    As MCP (Model Context Protocol) does not restict the JSON schema specification, @samchon/openapi has defined it to be universal structure OpenApiV3_1.IJsonSchema which can cover every JSON schema specification.

    Type declaration