@hyperjump/json-schema 0.18.4 → 0.20.0

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/README.md CHANGED
@@ -121,7 +121,7 @@ try {
121
121
  ```
122
122
 
123
123
  ## API
124
- * **add**: (schema: object, url?: URI, schemaVersion?: string) => SDoc
124
+ * **add**: (schema: object, url?: URI, dialectId?: string) => SDoc
125
125
 
126
126
  Load a schema. See [JSC - $id](https://github.com/hyperjump-io/json-schema-core#id)
127
127
  and [JSC - $schema](https://github.com/hyperjump-io/json-schema-core#schema-1)