-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the error message in jsonization for strings (#34)
We erroneously copy-pasted the error message from the function for de-serialization of booleans to the function for de-serialization of strings, misleading the user. This patch fixes the issue. The problem unfortunately went unnoticed during the review.
- Loading branch information
Showing
79 changed files
with
79 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ent/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/revision.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].administration.revision: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].administration.revision: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...t/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/templateId.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].administration.templateId: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].administration.templateId: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ment/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/version.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].administration.version: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].administration.version: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...t/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ment/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].category: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nvironment/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/id.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].id: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].id: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nment/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].idShort: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...Environment/Unexpected/Unserializable/TypeViolation/AssetInformation/assetType.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].assetInformation.assetType: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].assetInformation.assetType: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ronment/Unexpected/Unserializable/TypeViolation/AssetInformation/globalAssetId.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].assetInformation.globalAssetId: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].assetInformation.globalAssetId: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...Environment/Unexpected/Unserializable/TypeViolation/BasicEventElement/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nEnvironment/Unexpected/Unserializable/TypeViolation/BasicEventElement/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...vironment/Unexpected/Unserializable/TypeViolation/BasicEventElement/lastUpdate.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].lastUpdate: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].lastUpdate: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ironment/Unexpected/Unserializable/TypeViolation/BasicEventElement/maxInterval.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].maxInterval: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].maxInterval: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ronment/Unexpected/Unserializable/TypeViolation/BasicEventElement/messageTopic.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].messageTopic: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].messageTopic: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ironment/Unexpected/Unserializable/TypeViolation/BasicEventElement/minInterval.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].minInterval: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].minInterval: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...n/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Blob/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ontainedInEnvironment/Unexpected/Unserializable/TypeViolation/Blob/contentType.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].contentType: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].contentType: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...on/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Blob/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ainedInEnvironment/Unexpected/Unserializable/TypeViolation/Capability/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...tainedInEnvironment/Unexpected/Unserializable/TypeViolation/Capability/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nvironment/Unexpected/Unserializable/TypeViolation/ConceptDescription/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
conceptDescriptions[0].category: Expected a boolean, but got []interface {} | ||
conceptDescriptions[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nedInEnvironment/Unexpected/Unserializable/TypeViolation/ConceptDescription/id.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
conceptDescriptions[0].id: Expected a boolean, but got []interface {} | ||
conceptDescriptions[0].id: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...Environment/Unexpected/Unserializable/TypeViolation/ConceptDescription/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
conceptDescriptions[0].idShort: Expected a boolean, but got []interface {} | ||
conceptDescriptions[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...cted/Unserializable/TypeViolation/DataSpecificationIec61360/sourceOfDefinition.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.sourceOfDefinition: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.sourceOfDefinition: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nment/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/symbol.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.symbol: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.symbol: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ronment/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/unit.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.unit: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.unit: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...onment/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.value: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/valueFormat.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.valueFormat: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.valueFormat: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Entity/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Entity/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Extension/name.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].extensions[0].name: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].extensions[0].name: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Extension/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].extensions[0].value: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].extensions[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...n/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/File/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ontainedInEnvironment/Unexpected/Unserializable/TypeViolation/File/contentType.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].contentType: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].contentType: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...on/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/File/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...Json/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/File/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].value: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../Json/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Key/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].derivedFrom.keys[0].value: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].derivedFrom.keys[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...xpected/Unserializable/TypeViolation/LangStringDefinitionTypeIec61360/language.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.definition[0].language: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.definition[0].language: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../Unexpected/Unserializable/TypeViolation/LangStringDefinitionTypeIec61360/text.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.definition[0].text: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.definition[0].text: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nvironment/Unexpected/Unserializable/TypeViolation/LangStringNameType/language.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].displayName[0].language: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].displayName[0].language: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...dInEnvironment/Unexpected/Unserializable/TypeViolation/LangStringNameType/text.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].displayName[0].text: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].displayName[0].text: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...cted/Unserializable/TypeViolation/LangStringPreferredNameTypeIec61360/language.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.preferredName[0].language: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.preferredName[0].language: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...expected/Unserializable/TypeViolation/LangStringPreferredNameTypeIec61360/text.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.preferredName[0].text: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.preferredName[0].text: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...expected/Unserializable/TypeViolation/LangStringShortNameTypeIec61360/language.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.shortName[0].language: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.shortName[0].language: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...t/Unexpected/Unserializable/TypeViolation/LangStringShortNameTypeIec61360/text.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.shortName[0].text: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.shortName[0].text: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nvironment/Unexpected/Unserializable/TypeViolation/LangStringTextType/language.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].description[0].language: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].description[0].language: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...dInEnvironment/Unexpected/Unserializable/TypeViolation/LangStringTextType/text.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].description[0].text: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].description[0].text: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ronment/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ironment/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...tainedInEnvironment/Unexpected/Unserializable/TypeViolation/Operation/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ntainedInEnvironment/Unexpected/Unserializable/TypeViolation/Operation/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ntainedInEnvironment/Unexpected/Unserializable/TypeViolation/Property/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ontainedInEnvironment/Unexpected/Unserializable/TypeViolation/Property/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Property/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].value: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Qualifier/type.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].qualifiers[0].type: Expected a boolean, but got []interface {} | ||
submodels[0].qualifiers[0].type: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Qualifier/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].qualifiers[0].value: Expected a boolean, but got []interface {} | ||
submodels[0].qualifiers[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Range/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...n/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Range/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../Json/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Range/max.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].max: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].max: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nEnvironment/Unexpected/Unserializable/TypeViolation/ReferenceElement/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...InEnvironment/Unexpected/Unserializable/TypeViolation/ReferenceElement/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...vironment/Unexpected/Unserializable/TypeViolation/RelationshipElement/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nvironment/Unexpected/Unserializable/TypeViolation/RelationshipElement/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...inedInEnvironment/Unexpected/Unserializable/TypeViolation/Resource/contentType.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].assetInformation.defaultThumbnail.contentType: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].assetInformation.defaultThumbnail.contentType: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...n/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Resource/path.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].assetInformation.defaultThumbnail.path: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].assetInformation.defaultThumbnail.path: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...inedInEnvironment/Unexpected/Unserializable/TypeViolation/SpecificAssetId/name.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].assetInformation.specificAssetIds[0].name: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].assetInformation.specificAssetIds[0].name: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nedInEnvironment/Unexpected/Unserializable/TypeViolation/SpecificAssetId/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].assetInformation.specificAssetIds[0].value: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].assetInformation.specificAssetIds[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ntainedInEnvironment/Unexpected/Unserializable/TypeViolation/Submodel/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...son/ContainedInEnvironment/Unexpected/Unserializable/TypeViolation/Submodel/id.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].id: Expected a boolean, but got []interface {} | ||
submodels[0].id: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ontainedInEnvironment/Unexpected/Unserializable/TypeViolation/Submodel/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ent/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...ment/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...vironment/Unexpected/Unserializable/TypeViolation/SubmodelElementList/category.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].category: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].category: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...nvironment/Unexpected/Unserializable/TypeViolation/SubmodelElementList/idShort.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
submodels[0].submodelElements[0].idShort: Expected a boolean, but got []interface {} | ||
submodels[0].submodelElements[0].idShort: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...InEnvironment/Unexpected/Unserializable/TypeViolation/ValueReferencePair/value.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.valueList.valueReferencePairs[0].value: Expected a boolean, but got []interface {} | ||
assetAdministrationShells[0].embeddedDataSpecifications[0].dataSpecificationContent.valueList.valueReferencePairs[0].value: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
...n/SelfContained/Unexpected/Unserializable/TypeViolation/EventPayload/timeStamp.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
timeStamp: Expected a boolean, but got []interface {} | ||
timeStamp: Expected a string, but got []interface {} |
2 changes: 1 addition & 1 deletion
2
.../Json/SelfContained/Unexpected/Unserializable/TypeViolation/EventPayload/topic.json.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
topic: Expected a boolean, but got []interface {} | ||
topic: Expected a string, but got []interface {} |