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