Variable: JsonContextVariableSchema
ts
const JsonContextVariableSchema: ZodObject<{
type: ZodEnum<{
json: "json";
}>;
value: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $loose>;Defined in: src/cloud/models/jsonContextVariable.ts:5
A JSON object with custom content.