Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 10be7b8

Browse files
committed
fixed JSON example to match latest changes
1 parent cc04eae commit 10be7b8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dataformat-json/src/test/resources/jsonExample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"definition": [
197197
{
198198
"language": "EN",
199-
"text": "Eine Datei, die die Document Version repräsentiert. Neben der obligatorischen PDF Datei können weitere Dateien angegeben werden."
199+
"text": "A file representing the document version. In addition to the mandatory PDF file, other files can be specified."
200200
}
201201
],
202202
"preferredName": [

dataformat-json/src/test/resources/submodel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"type": "http://acplt.org/Qualifier/ExampleQualifier2",
7373
"value": "50",
74-
"valueType": "http://www.w3.org/2001/XMLSchema#int"
74+
"valueType": "int"
7575
}
7676
],
7777
"idShort": "ManufacturerName",

dataformat-json/src/test/resources/submodelElement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"type": "http://acplt.org/Qualifier/ExampleQualifier2",
4545
"value": "50",
46-
"valueType": "http://www.w3.org/2001/XMLSchema#int"
46+
"valueType": "int"
4747
}
4848
],
4949
"idShort": "ManufacturerName",

dataformat-json/src/test/resources/submodelElementList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"type": "http://acplt.org/Qualifier/ExampleQualifier2",
4545
"value": "50",
46-
"valueType": "http://www.w3.org/2001/XMLSchema#int"
46+
"valueType": "int"
4747
}
4848
],
4949
"idShort": "ManufacturerName",

dataformat-json/src/test/resources/submodelList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"type": "http://acplt.org/Qualifier/ExampleQualifier2",
7373
"value": "50",
74-
"valueType": "http://www.w3.org/2001/XMLSchema#int"
74+
"valueType": "int"
7575
}
7676
],
7777
"idShort": "ManufacturerName",

dataformat-json/src/test/resources/test_demo_full_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
},
520520
"type": "http://acplt.org/Qualifier/ExampleQualifier2",
521521
"value": "50",
522-
"valueType": "http://www.w3.org/2001/XMLSchema#int"
522+
"valueType": "int"
523523
}
524524
],
525525
"idShort": "ManufacturerName",

0 commit comments

Comments
 (0)