@twin.org/tools-core 0.0.4-next.2 → 0.0.4-next.3

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.
@@ -108,6 +108,8 @@ export class JsonSchemaBuilder {
108
108
  JsonLdObjectWithNoContext: (context, typeNode) => UtilityTypeSchemaMapper.mapJsonLdObjectUtilityType(context, typeNode, {
109
109
  keysToRemove: ["@context"]
110
110
  }),
111
+ JsonLdWithAliases: (context, typeNode) => UtilityTypeSchemaMapper.mapJsonLdWithAliasesUtilityType(context, typeNode),
112
+ JsonLdObjectWithAliases: (context, typeNode) => UtilityTypeSchemaMapper.mapJsonLdWithAliasesUtilityType(context, typeNode),
111
113
  SingleOccurrenceArray: (context, typeNode) => UtilityTypeSchemaMapper.mapSingleOccurrenceArrayUtilityType(context, typeNode),
112
114
  ObjectOrArray: (context, typeNode) => UtilityTypeSchemaMapper.mapObjectOrArrayUtilityType(context, typeNode)
113
115
  };