effect 4.0.0-beta.79 → 4.0.0-beta.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Schema.js CHANGED
@@ -7803,6 +7803,13 @@ export function toRepresentation(schema) {
7803
7803
  * properties and synthesized check descriptions; it does not change the draft
7804
7804
  * target.
7805
7805
  *
7806
+ * **Gotchas**
7807
+ *
7808
+ * JSON Schema generation is best-effort. Some Effect schema semantics cannot
7809
+ * be represented exactly in JSON Schema, and importing an emitted JSON Schema
7810
+ * may produce an equivalent approximation rather than the original schema
7811
+ * shape.
7812
+ *
7806
7813
  * @category converting
7807
7814
  * @since 4.0.0
7808
7815
  */