Variable: LabelSchema
const LabelSchema: ZodObject<{
key: ZodString;
value: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
key: ZodString;
value: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
key: ZodString;
value: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/model-security.ts:24
Zod schema for a single label key-value pair.