Home / Class/ InputSchemaTyped Class — anthropic-sdk-python Architecture

InputSchemaTyped Class — anthropic-sdk-python Architecture

Architecture documentation for the InputSchemaTyped class in tool_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  3f15df6e_1498_71d6_8c4b_99fd8445f405["InputSchemaTyped"]
  0a6fc20c_de0a_9f7c_f378_c2e368483562["tool_param.py"]
  3f15df6e_1498_71d6_8c4b_99fd8445f405 -->|defined in| 0a6fc20c_de0a_9f7c_f378_c2e368483562

Relationship Graph

Source Code

src/anthropic/types/tool_param.py lines 15–25

class InputSchemaTyped(TypedDict, total=False):
    """[JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.

    This defines the shape of the `input` that your tool accepts and that the model will produce.
    """

    type: Required[Literal["object"]]

    properties: Optional[Dict[str, object]]

    required: Optional[SequenceNotStr[str]]

Frequently Asked Questions

What is the InputSchemaTyped class?
InputSchemaTyped is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_param.py.
Where is InputSchemaTyped defined?
InputSchemaTyped is defined in src/anthropic/types/tool_param.py at line 15.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free