standard-schema/standard-schema
A standard interface for TypeScript schema validation libraries observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 92
- Release rhythm 61
- Longevity 62
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4.5
- age_days: 877
- days_rel: 261
- days_push: 51
- n_releases_24m: 13
Adoption not part of the score
3598 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Standard Schema is a specification defining a shared interface for TypeScript schema validation libraries, so tools can accept any compliant schema without library-specific adapters. It also includes a Standard JSON Schema spec for converting schemas to JSON Schema.
Use cases
- accept any validation library's schemas in my tool without adapters
- standardize schema validation interfaces across TypeScript libraries
- convert validation schemas to JSON Schema
- avoid extra dependencies when integrating schema libraries
- build a form library that works with Zod, Valibot, and ArkType
- infer input and output types from a schema generically
When to choose
- you're building a tool or framework that should consume schemas from multiple validation libraries
- you maintain a schema library and want ecosystem interoperability
- you need a vendor-neutral JSON Schema conversion interface
When to avoid
- you need an actual validation implementation rather than an interface spec
- your project only uses one schema library and has no interop needs
- you need runtime features beyond what the spec defines
Facets
library · maturity active
type-system serialization developer-tools developer-tools web-development programming-languages bun browser schema-validation interop-spec typescript-ecosystem json-schema typescript nodejs deno
2 sources
- readme: https://github.com/standard-schema/standard-schema · fetched 2026-08-28 · 5413c302a672
- homepage: https://standardschema.dev · fetched 2026-08-29 · 15aa318f8399
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| standard-schema/standard-schema | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="standard-schema/standard-schema")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem