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