Skip to content

packDescriptorSchema

const packDescriptorSchema: ZodObject<{ attribution: ZodString; category: ZodEnum<{ enemy: "enemy"; playable: "playable"; terrain: "terrain"; }>; displayName: ZodString; github: ZodObject<{ archiveUrlTemplate: ZodString; defaultRef: ZodString; owner: ZodString; repo: ZodString; }, $strip>; id: ZodEnum<{ adventurers: "adventurers"; medieval-hexagon: "medieval-hexagon"; skeletons: "skeletons"; }>; packFolder: ZodString; role: ZodEnum<{ model: "model"; tile: "tile"; }>; }, $strip>

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/registry.ts:58

A single downloadable-pack descriptor.