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

Commit f33cfaa

Browse files
committed
fixed failing JSON unit tests
1 parent fc2948d commit f33cfaa

3 files changed

Lines changed: 211 additions & 32 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"id": "http://acplt.org/Submodels/Assets/TestAsset/Identification",
2020
"idType": "Iri"
2121
},
22+
"kind": "Instance",
2223
"administration":
2324
{
2425
"version": "0.9",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"id": "http://acplt.org/Submodels/Assets/TestAsset/Identification",
2121
"idType": "Iri"
2222
},
23+
"kind": "Instance",
2324
"administration":
2425
{
2526
"version": "0.9",
@@ -177,6 +178,7 @@
177178
"id": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial",
178179
"idType": "Iri"
179180
},
181+
"kind": "Instance",
180182
"administration":
181183
{
182184
"version": "0.9"

0 commit comments

Comments
 (0)