{"id":15392636,"url":"https://github.com/jackdbd/zod-schemas","last_synced_at":"2026-04-20T17:31:46.558Z","repository":{"id":219719675,"uuid":"749728690","full_name":"jackdbd/zod-schemas","owner":"jackdbd","description":"Zod schemas I reuse across projects","archived":false,"fork":false,"pushed_at":"2024-04-22T12:30:47.000Z","size":515,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-23T00:12:39.788Z","etag":null,"topics":["schema","zod"],"latest_commit_sha":null,"homepage":"https://jackdbd.github.io/zod-schemas/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackdbd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-29T09:26:12.000Z","updated_at":"2024-04-22T12:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"32e9e727-0476-49e3-a2e5-5e6d21582d56","html_url":"https://github.com/jackdbd/zod-schemas","commit_stats":null,"previous_names":["jackdbd/zod-schemas"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jackdbd/zod-schemas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fzod-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fzod-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fzod-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fzod-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackdbd","download_url":"https://codeload.github.com/jackdbd/zod-schemas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fzod-schemas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32057601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["schema","zod"],"created_at":"2024-10-01T15:15:26.651Z","updated_at":"2026-04-20T17:31:46.509Z","avatar_url":"https://github.com/jackdbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zod schemas\n\n[![npm version](https://badge.fury.io/js/@jackdbd%2Fzod-schemas.svg)](https://badge.fury.io/js/@jackdbd%2Fzod-schemas)\n![CI workflow](https://github.com/jackdbd/zod-schemas/actions/workflows/ci.yaml/badge.svg)\n![Release to npmjs.com workflow](https://github.com/jackdbd/zod-schemas/actions/workflows/release-to-npmjs.yaml/badge.svg)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![install size](https://packagephobia.com/badge?p=@jackdbd/zod-schemas)](https://packagephobia.com/result?p=@jackdbd/zod-schemas)\n[![Socket Badge](https://socket.dev/api/badge/npm/package/@jackdbd/zod-schemas)](https://socket.dev/npm/package/@jackdbd/zod-schemas)\n\nSome [Zod](https://github.com/colinhacks/zod) schemas I reuse across projects.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003cdetails\u003e\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [Installation](#installation)\n- [Development](#development)\n- [Docs](#docs)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c/details\u003e\n\n## Installation\n\n```sh\nnpm install @jackdbd/zod-schemas\n```\n\n## Development\n\nLaunch both the TypeScript compiler and the [Node.js test runner](https://nodejs.org/api/test.html) in watch mode:\n\n```sh\nnpm run dev\n```\n\nBuild all TypeScript files with the TypeScript compiler, and all docs with [TypeDoc](https://github.com/TypeStrong/typedoc) and [api-extractor + api-documenter](https://api-extractor.com/pages/setup/generating_docs/):\n\n```sh\nnpm run build\n```\n\nYou can also build the TypeScript files and the docs separately:\n\n```sh\nnpm run build:ts\nnpm run docs\n```\n\nWhenever you change the public API of this project, you need to run api-extractor with the `--local` flag:\n\n```sh\nnpx api-extractor run --config ./config/api-extractor.json --verbose --local\n```\n\n## Docs\n\nPreview the documentation generated by TypeDoc:\n\n```sh\nnpm run serve:docs\n```\n\nNote: it doesn't make much sense to preview the API docs generated by api-extractor + api-documenter. They are just a bunch of markdown files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fzod-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackdbd%2Fzod-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fzod-schemas/lists"}