Variable MetadataAttributeSchemaConst
MetadataAttributeSchema: ZodDiscriminatedUnion<"type", [ZodObject<{ key: ZodType<string, ZodTypeDef, unknown>; type: ZodLiteral<BOOLEAN>; value: ZodEnum<["true", "false"]>; }, "strip", ZodTypeAny, { key: string; type: BOOLEAN; value: "true" | "false"; }, { key?: unknown; type: BOOLEAN; value: "true" | "false"; }>, ZodObject<{ key: ZodType<string, ZodTypeDef, unknown>; type: ZodLiteral<DATE>; value: ZodString; }, "strip", ZodTypeAny, { key: string; type: DATE; value: string; }, { key?: unknown; type: DATE; value: string; }>, ZodObject<{ key: ZodType<string, ZodTypeDef, unknown>; type: ZodLiteral<NUMBER>; value: ZodType<string, ZodTypeDef, unknown>; }, "strip", ZodTypeAny, { key: string; type: NUMBER; value: string; }, { key?: unknown; type: NUMBER; value?: unknown; }>, ZodObject<{ key: ZodType<string, ZodTypeDef, unknown>; type: ZodLiteral<STRING>; value: ZodType<string, ZodTypeDef, unknown>; }, "strip", ZodTypeAny, { key: string; type: STRING; value: string; }, { key?: unknown; type: STRING; value?: unknown; }>, ZodObject<{ key: ZodType<string, ZodTypeDef, unknown>; type: ZodLiteral<JSON>; value: ZodType<string, ZodTypeDef, unknown>; }, "strip", ZodTypeAny, { key: string; type: JSON; value: string; }, { key?: unknown; type: JSON; value?: unknown; }>]> = ...