@neverblink/linkml 0.13.1 → 0.14.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 +1 -0
- package/main.js +37303 -36381
- package/main.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,6 +82,7 @@ Load a schema into a `SchemaView` handle (see above), then pass that handle to a
|
|
|
82
82
|
| `scala(view, packageName)` | `Record<string, string>` | filename → generated Scala |
|
|
83
83
|
| `tableSchema(view, treeRoot?)` | `string` | Frictionless Table Schema (JSON) |
|
|
84
84
|
| `graphQl(view, pruningMode?, treeRoot?)` | `string` | GraphQL |
|
|
85
|
+
| `erDiagram(view, pruningMode?, treeRoot?, optionalMarker?)` | `string` | Mermaid entity relationship diagram |
|
|
85
86
|
| `lint(view, inferMessages?)` | `object` | `SchemaValidationReport` (JSON) |
|
|
86
87
|
|
|
87
88
|
See [`index.d.ts`](./index.d.ts) for full type signatures.
|