Variable ReadResourceResultSchemaConst
ReadResourceResultSchema: ZodObject<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
contents: ZodArray<
ZodUnion<
[
ZodObject<
extendShape<
{
_meta: ZodOptional<ZodObject<(...), (...), (...), (...), (...)>>;
mimeType: ZodOptional<ZodString>;
uri: ZodString;
},
{ text: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ text: ZodString },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ text: ZodString },
>,
ZodTypeAny,
"passthrough",
>,
>,
ZodObject<
extendShape<
{
_meta: ZodOptional<ZodObject<(...), (...), (...), (...), (...)>>;
mimeType: ZodOptional<ZodString>;
uri: ZodString;
},
{ blob: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ blob: ZodString },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ blob: ZodString },
>,
ZodTypeAny,
"passthrough",
>,
>,
],
>,
"many",
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
contents: ZodArray<
ZodUnion<
[
ZodObject<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ text: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ text: ... },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ text: ... },
>,
ZodTypeAny,
"passthrough",
>,
>,
ZodObject<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ blob: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ blob: ... },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ blob: ... },
>,
ZodTypeAny,
"passthrough",
>,
>,
],
>,
"many",
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
contents: ZodArray<
ZodUnion<
[
ZodObject<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ text: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ text: ... },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ text: ... },
>,
ZodTypeAny,
"passthrough",
>,
>,
ZodObject<
extendShape<
{
_meta: ZodOptional<(...)>;
mimeType: ZodOptional<(...)>;
uri: ZodString;
},
{ blob: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ blob: ... },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{ _meta: ...; mimeType: ...; uri: ... },
{ blob: ... },
>,
ZodTypeAny,
"passthrough",
>,
>,
],
>,
"many",
>;
},
>,
ZodTypeAny,
"passthrough",
>,
> = ...
The server's response to a resources/read request from the client.