Variable ResourceReferenceSchemaConst
ResourceReferenceSchema: ZodObject<
{ type: ZodLiteral<"ref/resource">; uri: ZodString },
"passthrough",
ZodTypeAny,
objectOutputType<
{ type: ZodLiteral<"ref/resource">; uri: ZodString },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ type: ZodLiteral<"ref/resource">; uri: ZodString },
ZodTypeAny,
"passthrough",
>,
> = ResourceTemplateReferenceSchema
Deprecated
Use ResourceTemplateReferenceSchema instead