Variable RestrictedAttributeSchemaConst
RestrictedAttributeSchema: ZodUnion<
readonly [
ZodLiteral<"racial_ethnic_origin">,
ZodLiteral<"political_opinions">,
ZodLiteral<"religious_beliefs">,
ZodLiteral<"trade_union_membership">,
ZodLiteral<"health_data">,
ZodLiteral<"sex_life_sexual_orientation">,
ZodLiteral<"genetic_data">,
ZodLiteral<"biometric_data">,
],
> = ...