Documentation
¶
Overview ¶
Package schema defines JSON Schema type identifiers used in MCP tool input schema definitions.
Index ¶
Constants ¶
View Source
const ( // Object is the JSON Schema type for objects. Object = "object" // String is the JSON Schema type for strings. String = "string" // Number is the JSON Schema type for numbers. Number = "number" // Boolean is the JSON Schema type for booleans. Boolean = "boolean" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.