There was an error while loading. Please reload this page.
1 parent 348d3a2 commit db32ed5Copy full SHA for db32ed5
1 file changed
packages/core/src/util/standardSchema.ts
@@ -117,9 +117,9 @@ export namespace StandardSchemaWithJSON {
117
/**
118
* Narrowing of {@linkcode StandardSchemaV1} whose `validate` is guaranteed synchronous.
119
*
120
- * Zod schemas always validate synchronously, so every entry in `specTypeSchemas` satisfies
121
- * this interface. Consumers can call `validate()` and access `.issues` / `.value` on the
122
- * result without `await`.
+ * The Zod schemas backing `specTypeSchemas` contain no async refinements or transforms,
+ * so every entry satisfies this interface. Consumers can call `validate()` and access
+ * `.issues` / `.value` on the result without `await`.
123
124
* `StandardSchemaV1Sync` is assignable to `StandardSchemaV1` — it is a strict subtype.
125
*/
0 commit comments