···1import { z } from "zod/v4";
23export const shTangledRepoSchema = z.object({
04 name: z.string(),
5 knot: z.string(),
6 // FIXME: tangled.org displays them anyway if the record is an invalid lexicon.
···1import { z } from "zod/v4";
23export const shTangledRepoSchema = z.object({
4+ $type: z.literal("sh.tangled.repo"),
5 name: z.string(),
6 knot: z.string(),
7 // FIXME: tangled.org displays them anyway if the record is an invalid lexicon.