Class Nexus\Mcp\Schema\Tool\ToolSchema\NullType

final
extends ToolSchema<null, array{type: 'null', description?: non-empty-string, title?: non-empty-string}>

The null type is used to validate the null value.

Methods
Methods inherited from Nexus\Mcp\Schema\Tool\ToolSchema\ToolSchema
__construct(), root(), asArray(), asBoolean(), asInteger(), asNull(), asNumber(), asObject(), asString(), title(), description(), default(), required(), isRequired(), jsonSerialize()
Properties inherited from Nexus\Mcp\Schema\Tool\ToolSchema\ToolSchema
$title, $description, $default, $name