Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
MCP::Protocol::PrimitiveSchema
Inherits
Struct
<
Value
<
Object
Constructors
new
(schema :
StringSchema
)
Source
new
(schema :
NumberSchema
)
Source
new
(schema :
IntegerSchema
)
Source
new
(schema :
BooleanSchema
)
Source
new
(schema :
EnumSchema
)
Source
Instance methods
to_json
(builder :
JSON::Builder
)
Serializes the wrapped schema's JSON directly.
Source