Current section
Files
Jump to
Current section
Files
include/mcp_toolkit@core@json_schema_Object.hrl
-record(object, {
nullable :: boolean(),
metadata :: list({binary(), gleam@dynamic:dynamic_()}),
schema :: mcp_toolkit@core@json_schema:object_schema()
}).