Skip to main content

Variable: TopicObjectSchema

const TopicObjectSchema: ZodObject<{
topic_name: ZodString;
topic_id: ZodString;
revision: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
topic_name: ZodString;
topic_id: ZodString;
revision: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
topic_name: ZodString;
topic_id: ZodString;
revision: ZodNumber;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/mgmt-security-profile.ts:101

Zod schema for a topic object within a topic guardrail.