InputSchema

interface InputSchema(source)

JSON Schema definition for tool input parameters.

API Docs

Properties

Link copied to clipboard
abstract var properties: ReadonlyRecord<ERROR CLASS: Symbol not found for JsString, InputSchemaProperty>?

Property definitions for object schemas.

Link copied to clipboard
abstract var required: ReadonlyArray<ERROR CLASS: Symbol not found for JsString>?

List of required property names.

Link copied to clipboard
abstract var type: String

JSON Schema type for the root value (usually 'object' for tool args).