@oxilite/common 0.5.0 → 0.7.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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -440,7 +440,7 @@ export interface SchemaRegistration {
|
|
|
440
440
|
version?: string;
|
|
441
441
|
/** Digest of the document the graph was loaded from, for drift detection. */
|
|
442
442
|
sha256?: string;
|
|
443
|
-
/** `
|
|
443
|
+
/** Import targets (`oxl:imports`); those naming another active registered ontology are resolved. */
|
|
444
444
|
imports?: string[];
|
|
445
445
|
/**
|
|
446
446
|
* The graphs the schema applies to (`oxl:appliesTo`): IRIs, or `DEFAULT_GRAPH_IRI`. Absent or
|