@hyperjump/json-schema-core
Advanced tools
Comparing version 0.23.3 to 0.23.4
@@ -40,2 +40,3 @@ import type { JsonType } from "./common"; | ||
length: (doc: SchemaDocument) => number; | ||
toSchema: (doc: SchemaDocument, options: ToSchemaOptions) => SchemaObject; | ||
}; | ||
@@ -46,2 +47,8 @@ | ||
export type ToSchemaOptions = { | ||
parentId?: string; | ||
parentDialect?: string; | ||
includeEmbedded?: boolean; | ||
}; | ||
export type SchemaDocument<A extends SchemaFragment = SchemaFragment> = { | ||
@@ -48,0 +55,0 @@ id: string; |
{ | ||
"name": "@hyperjump/json-schema-core", | ||
"version": "0.23.3", | ||
"version": "0.23.4", | ||
"description": "A framework for building JSON Schema tools", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1795025
10787