schema

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL