@izara_project/izara-core-library-service-schemas 1.0.70 → 1.0.71
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/package.json +1 -1
- package/src/ValidatorSchema.js +1 -1
package/package.json
CHANGED
package/src/ValidatorSchema.js
CHANGED
|
@@ -1135,7 +1135,7 @@ async function validateLocalSchema(_izContext, schemasPath, serviceConfigPath) {
|
|
|
1135
1135
|
let linkTypeRelSchema = createLinkTypeId(_izContext,
|
|
1136
1136
|
link.from.objType,
|
|
1137
1137
|
link.to.objType,
|
|
1138
|
-
{ relationshipTag: relTagName, serviceTag:
|
|
1138
|
+
{ relationshipTag: relTagName, serviceTag: iz_serviceTag},
|
|
1139
1139
|
"from"
|
|
1140
1140
|
)
|
|
1141
1141
|
|