The submodel specification defines ConfigurationType as string but the JSON template defines it as xs:integer.
|
{ |
|
"category": "VARIABLE", |
|
"idShort": "ConfigurationType", |
|
"semanticId": { |
|
"type": "ExternalReference", |
|
"keys": [ |
|
{ |
|
"type": "GlobalReference", |
|
"value": "https://admin-shell.io/idta/SoftwareNameplate/1/0/SoftwareNameplate/SoftwareNameplateInstance/ConfigurationType" |
|
} |
|
] |
|
}, |
|
"qualifiers": [ |
|
{ |
|
"kind": "ConceptQualifier", |
|
"type": "Multiplicity", |
|
"valueType": "xs:string", |
|
"value": "ZeroToOne" |
|
} |
|
], |
|
"valueType": "xs:integer", |
|
"value": "1", |
|
"modelType": "Property" |
|
} |
The submodel specification defines
ConfigurationTypeasstringbut the JSON template defines it asxs:integer.submodel-templates/published/Software Nameplate/1/0/IDTA 02007-1-0_Template_Software Nameplate.json
Lines 1021 to 1044 in 290e242