diff --git a/testset/invalid/format/nodes/additionalProperty.json b/testset/invalid/format/nodes/additionalProperty.json index 2057c09..ec24b0b 100644 --- a/testset/invalid/format/nodes/additionalProperty.json +++ b/testset/invalid/format/nodes/additionalProperty.json @@ -16,10 +16,10 @@ }, "info": "nix gut", "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/format/nodes/annotations/duplicateValue.json b/testset/invalid/format/nodes/annotations/duplicateValue.json index 94a6097..6ad3bbf 100644 --- a/testset/invalid/format/nodes/annotations/duplicateValue.json +++ b/testset/invalid/format/nodes/annotations/duplicateValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "aaa", diff --git a/testset/invalid/format/nodes/annotations/emptyMember.json b/testset/invalid/format/nodes/annotations/emptyMember.json index 0f7011a..c2e991c 100644 --- a/testset/invalid/format/nodes/annotations/emptyMember.json +++ b/testset/invalid/format/nodes/annotations/emptyMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "" diff --git a/testset/invalid/format/nodes/annotations/missing.json b/testset/invalid/format/nodes/annotations/missing.json index 75e2176..a8291b0 100644 --- a/testset/invalid/format/nodes/annotations/missing.json +++ b/testset/invalid/format/nodes/annotations/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "parent": null } diff --git a/testset/invalid/format/nodes/annotations/nullMember.json b/testset/invalid/format/nodes/annotations/nullMember.json index 3311d04..a8dac71 100644 --- a/testset/invalid/format/nodes/annotations/nullMember.json +++ b/testset/invalid/format/nodes/annotations/nullMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ null diff --git a/testset/invalid/format/nodes/annotations/nullValue.json b/testset/invalid/format/nodes/annotations/nullValue.json index 786aee1..e8b3ae0 100644 --- a/testset/invalid/format/nodes/annotations/nullValue.json +++ b/testset/invalid/format/nodes/annotations/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": null, "parent": null diff --git a/testset/invalid/format/nodes/annotations/numMember.json b/testset/invalid/format/nodes/annotations/numMember.json index 9b791ee..04ea9f6 100644 --- a/testset/invalid/format/nodes/annotations/numMember.json +++ b/testset/invalid/format/nodes/annotations/numMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ 23 diff --git a/testset/invalid/format/nodes/annotations/objectMember.json b/testset/invalid/format/nodes/annotations/objectMember.json index bf996f3..982d02e 100644 --- a/testset/invalid/format/nodes/annotations/objectMember.json +++ b/testset/invalid/format/nodes/annotations/objectMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ { diff --git a/testset/invalid/format/nodes/concept/additionalProperty.json b/testset/invalid/format/nodes/concept/additionalProperty.json index cfdd8a3..3eca098 100644 --- a/testset/invalid/format/nodes/concept/additionalProperty.json +++ b/testset/invalid/format/nodes/concept/additionalProperty.json @@ -16,7 +16,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/key/empty.json b/testset/invalid/format/nodes/concept/key/empty.json index 10ea770..e3cd36f 100644 --- a/testset/invalid/format/nodes/concept/key/empty.json +++ b/testset/invalid/format/nodes/concept/key/empty.json @@ -15,7 +15,7 @@ "key": "" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/key/missing.json b/testset/invalid/format/nodes/concept/key/missing.json index e6202df..93070f0 100644 --- a/testset/invalid/format/nodes/concept/key/missing.json +++ b/testset/invalid/format/nodes/concept/key/missing.json @@ -14,7 +14,7 @@ "version": "1" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/key/nullValue.json b/testset/invalid/format/nodes/concept/key/nullValue.json index 26fab2c..8b23fbb 100644 --- a/testset/invalid/format/nodes/concept/key/nullValue.json +++ b/testset/invalid/format/nodes/concept/key/nullValue.json @@ -15,7 +15,7 @@ "key": null }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/key/numValue.json b/testset/invalid/format/nodes/concept/key/numValue.json index 88edbd3..034fe3a 100644 --- a/testset/invalid/format/nodes/concept/key/numValue.json +++ b/testset/invalid/format/nodes/concept/key/numValue.json @@ -15,7 +15,7 @@ "key": 123 }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/key/space.json b/testset/invalid/format/nodes/concept/key/space.json index da8f14f..bfbd8d4 100644 --- a/testset/invalid/format/nodes/concept/key/space.json +++ b/testset/invalid/format/nodes/concept/key/space.json @@ -15,7 +15,7 @@ "key": " " }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/language/empty.json b/testset/invalid/format/nodes/concept/language/empty.json index 260ac55..87c3d86 100644 --- a/testset/invalid/format/nodes/concept/language/empty.json +++ b/testset/invalid/format/nodes/concept/language/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/language/missing.json b/testset/invalid/format/nodes/concept/language/missing.json index 342b40c..0b503d8 100644 --- a/testset/invalid/format/nodes/concept/language/missing.json +++ b/testset/invalid/format/nodes/concept/language/missing.json @@ -14,7 +14,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/language/nullValue.json b/testset/invalid/format/nodes/concept/language/nullValue.json index 40def4c..4fe7f4c 100644 --- a/testset/invalid/format/nodes/concept/language/nullValue.json +++ b/testset/invalid/format/nodes/concept/language/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/language/numValue.json b/testset/invalid/format/nodes/concept/language/numValue.json index bae52d9..971e2f9 100644 --- a/testset/invalid/format/nodes/concept/language/numValue.json +++ b/testset/invalid/format/nodes/concept/language/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/language/space.json b/testset/invalid/format/nodes/concept/language/space.json index 383e116..3960133 100644 --- a/testset/invalid/format/nodes/concept/language/space.json +++ b/testset/invalid/format/nodes/concept/language/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/missing.json b/testset/invalid/format/nodes/concept/missing.json index ba1c5c3..cec0e2f 100644 --- a/testset/invalid/format/nodes/concept/missing.json +++ b/testset/invalid/format/nodes/concept/missing.json @@ -10,7 +10,7 @@ { "id": "a", "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/noObject.json b/testset/invalid/format/nodes/concept/noObject.json index f2072d6..d615665 100644 --- a/testset/invalid/format/nodes/concept/noObject.json +++ b/testset/invalid/format/nodes/concept/noObject.json @@ -15,7 +15,7 @@ "myConcept" ], "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/nullValue.json b/testset/invalid/format/nodes/concept/nullValue.json index 0b367c0..d8d8437 100644 --- a/testset/invalid/format/nodes/concept/nullValue.json +++ b/testset/invalid/format/nodes/concept/nullValue.json @@ -11,7 +11,7 @@ "id": "a", "classifier": null, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/version/empty.json b/testset/invalid/format/nodes/concept/version/empty.json index baea533..4bb8ae0 100644 --- a/testset/invalid/format/nodes/concept/version/empty.json +++ b/testset/invalid/format/nodes/concept/version/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/version/missing.json b/testset/invalid/format/nodes/concept/version/missing.json index 4d64507..5c0b523 100644 --- a/testset/invalid/format/nodes/concept/version/missing.json +++ b/testset/invalid/format/nodes/concept/version/missing.json @@ -14,7 +14,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/version/nullValue.json b/testset/invalid/format/nodes/concept/version/nullValue.json index bb4cd0e..fde2fe1 100644 --- a/testset/invalid/format/nodes/concept/version/nullValue.json +++ b/testset/invalid/format/nodes/concept/version/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/concept/version/numValue.json b/testset/invalid/format/nodes/concept/version/numValue.json index 00f980e..e79b673 100644 --- a/testset/invalid/format/nodes/concept/version/numValue.json +++ b/testset/invalid/format/nodes/concept/version/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/children/additionalProperty.json b/testset/invalid/format/nodes/containments/additionalProperty.json similarity index 96% rename from testset/invalid/format/nodes/children/additionalProperty.json rename to testset/invalid/format/nodes/containments/additionalProperty.json index 1574604..21162b6 100644 --- a/testset/invalid/format/nodes/children/additionalProperty.json +++ b/testset/invalid/format/nodes/containments/additionalProperty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "not": "good", "containment": { diff --git a/testset/invalid/format/nodes/children/children/duplicateValue.json b/testset/invalid/format/nodes/containments/children/duplicateValue.json similarity index 96% rename from testset/invalid/format/nodes/children/children/duplicateValue.json rename to testset/invalid/format/nodes/containments/children/duplicateValue.json index 446c4d0..29a49f1 100644 --- a/testset/invalid/format/nodes/children/children/duplicateValue.json +++ b/testset/invalid/format/nodes/containments/children/duplicateValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/children/emptyMember.json b/testset/invalid/format/nodes/containments/children/emptyMember.json similarity index 96% rename from testset/invalid/format/nodes/children/children/emptyMember.json rename to testset/invalid/format/nodes/containments/children/emptyMember.json index a51e197..31d14a3 100644 --- a/testset/invalid/format/nodes/children/children/emptyMember.json +++ b/testset/invalid/format/nodes/containments/children/emptyMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/children/missing.json b/testset/invalid/format/nodes/containments/children/missing.json similarity index 95% rename from testset/invalid/format/nodes/children/children/missing.json rename to testset/invalid/format/nodes/containments/children/missing.json index 01f6240..671f65e 100644 --- a/testset/invalid/format/nodes/children/children/missing.json +++ b/testset/invalid/format/nodes/containments/children/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/children/nullMember.json b/testset/invalid/format/nodes/containments/children/nullMember.json similarity index 96% rename from testset/invalid/format/nodes/children/children/nullMember.json rename to testset/invalid/format/nodes/containments/children/nullMember.json index 632c582..a7a259d 100644 --- a/testset/invalid/format/nodes/children/children/nullMember.json +++ b/testset/invalid/format/nodes/containments/children/nullMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/children/nullValue.json b/testset/invalid/format/nodes/containments/children/nullValue.json similarity index 95% rename from testset/invalid/format/nodes/children/children/nullValue.json rename to testset/invalid/format/nodes/containments/children/nullValue.json index fe52915..2119f93 100644 --- a/testset/invalid/format/nodes/children/children/nullValue.json +++ b/testset/invalid/format/nodes/containments/children/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/children/numMember.json b/testset/invalid/format/nodes/containments/children/numMember.json similarity index 96% rename from testset/invalid/format/nodes/children/children/numMember.json rename to testset/invalid/format/nodes/containments/children/numMember.json index ca729c3..eb8be18 100644 --- a/testset/invalid/format/nodes/children/children/numMember.json +++ b/testset/invalid/format/nodes/containments/children/numMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/children/objectMember.json b/testset/invalid/format/nodes/containments/children/objectMember.json similarity index 96% rename from testset/invalid/format/nodes/children/children/objectMember.json rename to testset/invalid/format/nodes/containments/children/objectMember.json index 8836415..de5e6e1 100644 --- a/testset/invalid/format/nodes/children/children/objectMember.json +++ b/testset/invalid/format/nodes/containments/children/objectMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/additionalProperty.json b/testset/invalid/format/nodes/containments/containment/additionalProperty.json similarity index 96% rename from testset/invalid/format/nodes/children/containment/additionalProperty.json rename to testset/invalid/format/nodes/containments/containment/additionalProperty.json index 5e45f69..e87a6ef 100644 --- a/testset/invalid/format/nodes/children/containment/additionalProperty.json +++ b/testset/invalid/format/nodes/containments/containment/additionalProperty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/key/empty.json b/testset/invalid/format/nodes/containments/containment/key/empty.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/key/empty.json rename to testset/invalid/format/nodes/containments/containment/key/empty.json index eaa3d84..71778aa 100644 --- a/testset/invalid/format/nodes/children/containment/key/empty.json +++ b/testset/invalid/format/nodes/containments/containment/key/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/key/missing.json b/testset/invalid/format/nodes/containments/containment/key/missing.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/key/missing.json rename to testset/invalid/format/nodes/containments/containment/key/missing.json index 502e9af..97a0a89 100644 --- a/testset/invalid/format/nodes/children/containment/key/missing.json +++ b/testset/invalid/format/nodes/containments/containment/key/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/key/nullValue.json b/testset/invalid/format/nodes/containments/containment/key/nullValue.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/key/nullValue.json rename to testset/invalid/format/nodes/containments/containment/key/nullValue.json index 05ef306..58cfd75 100644 --- a/testset/invalid/format/nodes/children/containment/key/nullValue.json +++ b/testset/invalid/format/nodes/containments/containment/key/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/key/numValue.json b/testset/invalid/format/nodes/containments/containment/key/numValue.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/key/numValue.json rename to testset/invalid/format/nodes/containments/containment/key/numValue.json index 6b935e0..845229b 100644 --- a/testset/invalid/format/nodes/children/containment/key/numValue.json +++ b/testset/invalid/format/nodes/containments/containment/key/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/key/space.json b/testset/invalid/format/nodes/containments/containment/key/space.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/key/space.json rename to testset/invalid/format/nodes/containments/containment/key/space.json index 9fc57be..9d07d26 100644 --- a/testset/invalid/format/nodes/children/containment/key/space.json +++ b/testset/invalid/format/nodes/containments/containment/key/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/language/empty.json b/testset/invalid/format/nodes/containments/containment/language/empty.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/language/empty.json rename to testset/invalid/format/nodes/containments/containment/language/empty.json index 3a7d752..15c3563 100644 --- a/testset/invalid/format/nodes/children/containment/language/empty.json +++ b/testset/invalid/format/nodes/containments/containment/language/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "", diff --git a/testset/invalid/format/nodes/children/containment/language/missing.json b/testset/invalid/format/nodes/containments/containment/language/missing.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/language/missing.json rename to testset/invalid/format/nodes/containments/containment/language/missing.json index 2e03378..93fbba2 100644 --- a/testset/invalid/format/nodes/children/containment/language/missing.json +++ b/testset/invalid/format/nodes/containments/containment/language/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "version": "1", diff --git a/testset/invalid/format/nodes/children/containment/language/nullValue.json b/testset/invalid/format/nodes/containments/containment/language/nullValue.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/language/nullValue.json rename to testset/invalid/format/nodes/containments/containment/language/nullValue.json index 1f89d97..18969d9 100644 --- a/testset/invalid/format/nodes/children/containment/language/nullValue.json +++ b/testset/invalid/format/nodes/containments/containment/language/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": null, diff --git a/testset/invalid/format/nodes/children/containment/language/numValue.json b/testset/invalid/format/nodes/containments/containment/language/numValue.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/language/numValue.json rename to testset/invalid/format/nodes/containments/containment/language/numValue.json index e319e63..8907ef4 100644 --- a/testset/invalid/format/nodes/children/containment/language/numValue.json +++ b/testset/invalid/format/nodes/containments/containment/language/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": 1, diff --git a/testset/invalid/format/nodes/children/containment/language/space.json b/testset/invalid/format/nodes/containments/containment/language/space.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/language/space.json rename to testset/invalid/format/nodes/containments/containment/language/space.json index efb8551..6ec13d5 100644 --- a/testset/invalid/format/nodes/children/containment/language/space.json +++ b/testset/invalid/format/nodes/containments/containment/language/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": " ", diff --git a/testset/invalid/format/nodes/children/containment/missing.json b/testset/invalid/format/nodes/containments/containment/missing.json similarity index 94% rename from testset/invalid/format/nodes/children/containment/missing.json rename to testset/invalid/format/nodes/containments/containment/missing.json index 16088cb..517682c 100644 --- a/testset/invalid/format/nodes/children/containment/missing.json +++ b/testset/invalid/format/nodes/containments/containment/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "children": [] } diff --git a/testset/invalid/format/nodes/children/containment/noObject.json b/testset/invalid/format/nodes/containments/containment/noObject.json similarity index 95% rename from testset/invalid/format/nodes/children/containment/noObject.json rename to testset/invalid/format/nodes/containments/containment/noObject.json index 1492c49..3db15ae 100644 --- a/testset/invalid/format/nodes/children/containment/noObject.json +++ b/testset/invalid/format/nodes/containments/containment/noObject.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": [{ "language": "myLang", diff --git a/testset/invalid/format/nodes/children/containment/version/empty.json b/testset/invalid/format/nodes/containments/containment/version/empty.json similarity index 96% rename from testset/invalid/format/nodes/children/containment/version/empty.json rename to testset/invalid/format/nodes/containments/containment/version/empty.json index 0f52be0..6870b0e 100644 --- a/testset/invalid/format/nodes/children/containment/version/empty.json +++ b/testset/invalid/format/nodes/containments/containment/version/empty.json @@ -19,7 +19,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang2", diff --git a/testset/invalid/format/nodes/children/containment/version/missing.json b/testset/invalid/format/nodes/containments/containment/version/missing.json similarity index 96% rename from testset/invalid/format/nodes/children/containment/version/missing.json rename to testset/invalid/format/nodes/containments/containment/version/missing.json index 3981199..244051b 100644 --- a/testset/invalid/format/nodes/children/containment/version/missing.json +++ b/testset/invalid/format/nodes/containments/containment/version/missing.json @@ -19,7 +19,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang2", diff --git a/testset/invalid/format/nodes/children/containment/version/nullValue.json b/testset/invalid/format/nodes/containments/containment/version/nullValue.json similarity index 96% rename from testset/invalid/format/nodes/children/containment/version/nullValue.json rename to testset/invalid/format/nodes/containments/containment/version/nullValue.json index 5a9eca1..f619b7f 100644 --- a/testset/invalid/format/nodes/children/containment/version/nullValue.json +++ b/testset/invalid/format/nodes/containments/containment/version/nullValue.json @@ -19,7 +19,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang2", diff --git a/testset/invalid/format/nodes/children/containment/version/numValue.json b/testset/invalid/format/nodes/containments/containment/version/numValue.json similarity index 96% rename from testset/invalid/format/nodes/children/containment/version/numValue.json rename to testset/invalid/format/nodes/containments/containment/version/numValue.json index 23c9244..46f1e7f 100644 --- a/testset/invalid/format/nodes/children/containment/version/numValue.json +++ b/testset/invalid/format/nodes/containments/containment/version/numValue.json @@ -19,7 +19,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang2", diff --git a/testset/invalid/format/nodes/children/emptyObject.json b/testset/invalid/format/nodes/containments/emptyObject.json similarity index 94% rename from testset/invalid/format/nodes/children/emptyObject.json rename to testset/invalid/format/nodes/containments/emptyObject.json index 367d417..6628576 100644 --- a/testset/invalid/format/nodes/children/emptyObject.json +++ b/testset/invalid/format/nodes/containments/emptyObject.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { } ], diff --git a/testset/invalid/format/nodes/children/missing.json b/testset/invalid/format/nodes/containments/missing.json similarity index 100% rename from testset/invalid/format/nodes/children/missing.json rename to testset/invalid/format/nodes/containments/missing.json diff --git a/testset/invalid/format/nodes/children/noArray.json b/testset/invalid/format/nodes/containments/noArray.json similarity index 95% rename from testset/invalid/format/nodes/children/noArray.json rename to testset/invalid/format/nodes/containments/noArray.json index 8a578a9..d4a5d31 100644 --- a/testset/invalid/format/nodes/children/noArray.json +++ b/testset/invalid/format/nodes/containments/noArray.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": { + "containments": { "containment": { "language": "myLang", "version": "1", diff --git a/testset/invalid/format/nodes/children/nullMember.json b/testset/invalid/format/nodes/containments/nullMember.json similarity index 94% rename from testset/invalid/format/nodes/children/nullMember.json rename to testset/invalid/format/nodes/containments/nullMember.json index e343e9a..e2003c3 100644 --- a/testset/invalid/format/nodes/children/nullMember.json +++ b/testset/invalid/format/nodes/containments/nullMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ null ], "references": [], diff --git a/testset/invalid/format/nodes/children/nullValue.json b/testset/invalid/format/nodes/containments/nullValue.json similarity index 93% rename from testset/invalid/format/nodes/children/nullValue.json rename to testset/invalid/format/nodes/containments/nullValue.json index 724bc1f..3a93695 100644 --- a/testset/invalid/format/nodes/children/nullValue.json +++ b/testset/invalid/format/nodes/containments/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": null, + "containments": null, "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/children/stringMember.json b/testset/invalid/format/nodes/containments/stringMember.json similarity index 94% rename from testset/invalid/format/nodes/children/stringMember.json rename to testset/invalid/format/nodes/containments/stringMember.json index 0df809c..17d25f8 100644 --- a/testset/invalid/format/nodes/children/stringMember.json +++ b/testset/invalid/format/nodes/containments/stringMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ "cont=123" ], "references": [], diff --git a/testset/invalid/format/nodes/duplicateId.json b/testset/invalid/format/nodes/duplicateId.json index 7e6914d..16a5068 100644 --- a/testset/invalid/format/nodes/duplicateId.json +++ b/testset/invalid/format/nodes/duplicateId.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null @@ -37,10 +37,10 @@ "value": "hello" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/format/nodes/duplicateValue.json b/testset/invalid/format/nodes/duplicateValue.json index d9342ba..98ef72f 100644 --- a/testset/invalid/format/nodes/duplicateValue.json +++ b/testset/invalid/format/nodes/duplicateValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null @@ -28,7 +28,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null @@ -41,10 +41,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/format/nodes/id/containsDot.json b/testset/invalid/format/nodes/id/containsDot.json index 000d87f..6d7cb05 100644 --- a/testset/invalid/format/nodes/id/containsDot.json +++ b/testset/invalid/format/nodes/id/containsDot.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/id/containsSpace.json b/testset/invalid/format/nodes/id/containsSpace.json index a6b3dac..1f6d850 100644 --- a/testset/invalid/format/nodes/id/containsSpace.json +++ b/testset/invalid/format/nodes/id/containsSpace.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/id/empty.json b/testset/invalid/format/nodes/id/empty.json index 37f4fd4..630dc47 100644 --- a/testset/invalid/format/nodes/id/empty.json +++ b/testset/invalid/format/nodes/id/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/id/missing.json b/testset/invalid/format/nodes/id/missing.json index f1b94ab..108e9ad 100644 --- a/testset/invalid/format/nodes/id/missing.json +++ b/testset/invalid/format/nodes/id/missing.json @@ -14,7 +14,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/id/nullValue.json b/testset/invalid/format/nodes/id/nullValue.json index 648b6d7..902cf17 100644 --- a/testset/invalid/format/nodes/id/nullValue.json +++ b/testset/invalid/format/nodes/id/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/id/numValue.json b/testset/invalid/format/nodes/id/numValue.json index 97d1d10..d883e48 100644 --- a/testset/invalid/format/nodes/id/numValue.json +++ b/testset/invalid/format/nodes/id/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/id/space.json b/testset/invalid/format/nodes/id/space.json index a7420d0..747b749 100644 --- a/testset/invalid/format/nodes/id/space.json +++ b/testset/invalid/format/nodes/id/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/noArray.json b/testset/invalid/format/nodes/noArray.json index bf8b8f1..97cc958 100644 --- a/testset/invalid/format/nodes/noArray.json +++ b/testset/invalid/format/nodes/noArray.json @@ -14,9 +14,9 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } -} \ No newline at end of file +} diff --git a/testset/invalid/format/nodes/parent/arrayValue.json b/testset/invalid/format/nodes/parent/arrayValue.json index e41a7c1..0375ea9 100644 --- a/testset/invalid/format/nodes/parent/arrayValue.json +++ b/testset/invalid/format/nodes/parent/arrayValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": [ diff --git a/testset/invalid/format/nodes/parent/booleanValue.json b/testset/invalid/format/nodes/parent/booleanValue.json index 813112d..3bbd109 100644 --- a/testset/invalid/format/nodes/parent/booleanValue.json +++ b/testset/invalid/format/nodes/parent/booleanValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": false diff --git a/testset/invalid/format/nodes/parent/empty.json b/testset/invalid/format/nodes/parent/empty.json index 49a9fee..828ea1b 100644 --- a/testset/invalid/format/nodes/parent/empty.json +++ b/testset/invalid/format/nodes/parent/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "" diff --git a/testset/invalid/format/nodes/parent/missing.json b/testset/invalid/format/nodes/parent/missing.json index d11545d..3c5d4a8 100644 --- a/testset/invalid/format/nodes/parent/missing.json +++ b/testset/invalid/format/nodes/parent/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [] } diff --git a/testset/invalid/format/nodes/parent/numValue.json b/testset/invalid/format/nodes/parent/numValue.json index b2de75b..2e74ea5 100644 --- a/testset/invalid/format/nodes/parent/numValue.json +++ b/testset/invalid/format/nodes/parent/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": 44 diff --git a/testset/invalid/format/nodes/parent/objectValue.json b/testset/invalid/format/nodes/parent/objectValue.json index 4b5164c..5938eb6 100644 --- a/testset/invalid/format/nodes/parent/objectValue.json +++ b/testset/invalid/format/nodes/parent/objectValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": { diff --git a/testset/invalid/format/nodes/parent/space.json b/testset/invalid/format/nodes/parent/space.json index 3633eae..a47ee9d 100644 --- a/testset/invalid/format/nodes/parent/space.json +++ b/testset/invalid/format/nodes/parent/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": " " diff --git a/testset/invalid/format/nodes/properties/additionalProperty.json b/testset/invalid/format/nodes/properties/additionalProperty.json index 8c65033..bc9af4a 100644 --- a/testset/invalid/format/nodes/properties/additionalProperty.json +++ b/testset/invalid/format/nodes/properties/additionalProperty.json @@ -25,7 +25,7 @@ "more": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/emptyObject.json b/testset/invalid/format/nodes/properties/emptyObject.json index 3243f0e..72a0a19 100644 --- a/testset/invalid/format/nodes/properties/emptyObject.json +++ b/testset/invalid/format/nodes/properties/emptyObject.json @@ -19,7 +19,7 @@ } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/missing.json b/testset/invalid/format/nodes/properties/missing.json index 10f08c1..b870340 100644 --- a/testset/invalid/format/nodes/properties/missing.json +++ b/testset/invalid/format/nodes/properties/missing.json @@ -14,7 +14,7 @@ "version": "1", "key": "myConcept" }, - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/noArray.json b/testset/invalid/format/nodes/properties/noArray.json index 98c3b19..e294f0f 100644 --- a/testset/invalid/format/nodes/properties/noArray.json +++ b/testset/invalid/format/nodes/properties/noArray.json @@ -22,7 +22,7 @@ }, "value": null }, - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/nullMember.json b/testset/invalid/format/nodes/properties/nullMember.json index 728770d..ce67178 100644 --- a/testset/invalid/format/nodes/properties/nullMember.json +++ b/testset/invalid/format/nodes/properties/nullMember.json @@ -17,7 +17,7 @@ "properties": [ null ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/nullValue.json b/testset/invalid/format/nodes/properties/nullValue.json index 00bed29..0e001e5 100644 --- a/testset/invalid/format/nodes/properties/nullValue.json +++ b/testset/invalid/format/nodes/properties/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": null, - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/additionalProperty.json b/testset/invalid/format/nodes/properties/property/additionalProperty.json index f4c0017..bed6b19 100644 --- a/testset/invalid/format/nodes/properties/property/additionalProperty.json +++ b/testset/invalid/format/nodes/properties/property/additionalProperty.json @@ -25,7 +25,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/key/empty.json b/testset/invalid/format/nodes/properties/property/key/empty.json index 5fb85a3..2e158da 100644 --- a/testset/invalid/format/nodes/properties/property/key/empty.json +++ b/testset/invalid/format/nodes/properties/property/key/empty.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/key/missing.json b/testset/invalid/format/nodes/properties/property/key/missing.json index eae1983..f0ea293 100644 --- a/testset/invalid/format/nodes/properties/property/key/missing.json +++ b/testset/invalid/format/nodes/properties/property/key/missing.json @@ -23,7 +23,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/key/nullValue.json b/testset/invalid/format/nodes/properties/property/key/nullValue.json index b6cde0e..4206bcd 100644 --- a/testset/invalid/format/nodes/properties/property/key/nullValue.json +++ b/testset/invalid/format/nodes/properties/property/key/nullValue.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/key/numValue.json b/testset/invalid/format/nodes/properties/property/key/numValue.json index e4de09e..c109d23 100644 --- a/testset/invalid/format/nodes/properties/property/key/numValue.json +++ b/testset/invalid/format/nodes/properties/property/key/numValue.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/key/space.json b/testset/invalid/format/nodes/properties/property/key/space.json index 75f4e2e..11c7f1a 100644 --- a/testset/invalid/format/nodes/properties/property/key/space.json +++ b/testset/invalid/format/nodes/properties/property/key/space.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/language/empty.json b/testset/invalid/format/nodes/properties/property/language/empty.json index 20d52bd..1565a17 100644 --- a/testset/invalid/format/nodes/properties/property/language/empty.json +++ b/testset/invalid/format/nodes/properties/property/language/empty.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/language/missing.json b/testset/invalid/format/nodes/properties/property/language/missing.json index 673e94d..7df3d09 100644 --- a/testset/invalid/format/nodes/properties/property/language/missing.json +++ b/testset/invalid/format/nodes/properties/property/language/missing.json @@ -23,7 +23,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/language/nullValue.json b/testset/invalid/format/nodes/properties/property/language/nullValue.json index ad27459..4f87bb1 100644 --- a/testset/invalid/format/nodes/properties/property/language/nullValue.json +++ b/testset/invalid/format/nodes/properties/property/language/nullValue.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/language/numValue.json b/testset/invalid/format/nodes/properties/property/language/numValue.json index 6f8efd8..fb762d8 100644 --- a/testset/invalid/format/nodes/properties/property/language/numValue.json +++ b/testset/invalid/format/nodes/properties/property/language/numValue.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/language/space.json b/testset/invalid/format/nodes/properties/property/language/space.json index e5a2d87..8b9d6ea 100644 --- a/testset/invalid/format/nodes/properties/property/language/space.json +++ b/testset/invalid/format/nodes/properties/property/language/space.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/missing.json b/testset/invalid/format/nodes/properties/property/missing.json index ef8937e..ca78d75 100644 --- a/testset/invalid/format/nodes/properties/property/missing.json +++ b/testset/invalid/format/nodes/properties/property/missing.json @@ -19,7 +19,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/noObject.json b/testset/invalid/format/nodes/properties/property/noObject.json index 0d9d3c3..cdeab6c 100644 --- a/testset/invalid/format/nodes/properties/property/noObject.json +++ b/testset/invalid/format/nodes/properties/property/noObject.json @@ -20,7 +20,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/version/empty.json b/testset/invalid/format/nodes/properties/property/version/empty.json index ca89f4e..4abcdb0 100644 --- a/testset/invalid/format/nodes/properties/property/version/empty.json +++ b/testset/invalid/format/nodes/properties/property/version/empty.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/version/missing.json b/testset/invalid/format/nodes/properties/property/version/missing.json index d44a453..479bfc2 100644 --- a/testset/invalid/format/nodes/properties/property/version/missing.json +++ b/testset/invalid/format/nodes/properties/property/version/missing.json @@ -23,7 +23,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/version/nullValue.json b/testset/invalid/format/nodes/properties/property/version/nullValue.json index 87689ee..8a532df 100644 --- a/testset/invalid/format/nodes/properties/property/version/nullValue.json +++ b/testset/invalid/format/nodes/properties/property/version/nullValue.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/property/version/numValue.json b/testset/invalid/format/nodes/properties/property/version/numValue.json index b4bb0ad..c992025 100644 --- a/testset/invalid/format/nodes/properties/property/version/numValue.json +++ b/testset/invalid/format/nodes/properties/property/version/numValue.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/stringValue.json b/testset/invalid/format/nodes/properties/stringValue.json index 01dc89a..7f89254 100644 --- a/testset/invalid/format/nodes/properties/stringValue.json +++ b/testset/invalid/format/nodes/properties/stringValue.json @@ -17,7 +17,7 @@ "properties": [ "prop = hello" ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/value/arrayValue.json b/testset/invalid/format/nodes/properties/value/arrayValue.json index cbbd223..fe153b3 100644 --- a/testset/invalid/format/nodes/properties/value/arrayValue.json +++ b/testset/invalid/format/nodes/properties/value/arrayValue.json @@ -26,7 +26,7 @@ ] } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/value/booleanValue.json b/testset/invalid/format/nodes/properties/value/booleanValue.json index 8f5a321..0791866 100644 --- a/testset/invalid/format/nodes/properties/value/booleanValue.json +++ b/testset/invalid/format/nodes/properties/value/booleanValue.json @@ -24,7 +24,7 @@ "value": true } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/value/missing.json b/testset/invalid/format/nodes/properties/value/missing.json index c8844fd..aac0ff1 100644 --- a/testset/invalid/format/nodes/properties/value/missing.json +++ b/testset/invalid/format/nodes/properties/value/missing.json @@ -23,7 +23,7 @@ } } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/value/numValue.json b/testset/invalid/format/nodes/properties/value/numValue.json index e138c58..67658c8 100644 --- a/testset/invalid/format/nodes/properties/value/numValue.json +++ b/testset/invalid/format/nodes/properties/value/numValue.json @@ -24,7 +24,7 @@ "value": 123 } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/properties/value/objectValue.json b/testset/invalid/format/nodes/properties/value/objectValue.json index ebd01a6..f995eb8 100644 --- a/testset/invalid/format/nodes/properties/value/objectValue.json +++ b/testset/invalid/format/nodes/properties/value/objectValue.json @@ -26,7 +26,7 @@ } } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/references/additionalProperty.json b/testset/invalid/format/nodes/references/additionalProperty.json index 3cc6630..3980901 100644 --- a/testset/invalid/format/nodes/references/additionalProperty.json +++ b/testset/invalid/format/nodes/references/additionalProperty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "this is": "more", diff --git a/testset/invalid/format/nodes/references/emptyObject.json b/testset/invalid/format/nodes/references/emptyObject.json index 1a6245b..66551fa 100644 --- a/testset/invalid/format/nodes/references/emptyObject.json +++ b/testset/invalid/format/nodes/references/emptyObject.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/missing.json b/testset/invalid/format/nodes/references/missing.json index 702a636..db7d5d0 100644 --- a/testset/invalid/format/nodes/references/missing.json +++ b/testset/invalid/format/nodes/references/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "annotations": [], "parent": null } diff --git a/testset/invalid/format/nodes/references/noArray.json b/testset/invalid/format/nodes/references/noArray.json index 9a903f8..b427d99 100644 --- a/testset/invalid/format/nodes/references/noArray.json +++ b/testset/invalid/format/nodes/references/noArray.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": { "reference": { "language": "myLang", diff --git a/testset/invalid/format/nodes/references/nullMember.json b/testset/invalid/format/nodes/references/nullMember.json index 6a16f2c..b5c178d 100644 --- a/testset/invalid/format/nodes/references/nullMember.json +++ b/testset/invalid/format/nodes/references/nullMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ null ], diff --git a/testset/invalid/format/nodes/references/nullValue.json b/testset/invalid/format/nodes/references/nullValue.json index 5edb2c3..0f5c425 100644 --- a/testset/invalid/format/nodes/references/nullValue.json +++ b/testset/invalid/format/nodes/references/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": null, "annotations": [], "parent": null diff --git a/testset/invalid/format/nodes/references/reference/additionalProperty.json b/testset/invalid/format/nodes/references/reference/additionalProperty.json index a764cc6..73bb7e9 100644 --- a/testset/invalid/format/nodes/references/reference/additionalProperty.json +++ b/testset/invalid/format/nodes/references/reference/additionalProperty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/key/empty.json b/testset/invalid/format/nodes/references/reference/key/empty.json index 825c0f7..4824c80 100644 --- a/testset/invalid/format/nodes/references/reference/key/empty.json +++ b/testset/invalid/format/nodes/references/reference/key/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/key/missing.json b/testset/invalid/format/nodes/references/reference/key/missing.json index b44dadc..6255cfe 100644 --- a/testset/invalid/format/nodes/references/reference/key/missing.json +++ b/testset/invalid/format/nodes/references/reference/key/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/key/nullValue.json b/testset/invalid/format/nodes/references/reference/key/nullValue.json index acf9ffb..0220ef1 100644 --- a/testset/invalid/format/nodes/references/reference/key/nullValue.json +++ b/testset/invalid/format/nodes/references/reference/key/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/key/numValue.json b/testset/invalid/format/nodes/references/reference/key/numValue.json index f7b4196..67f0563 100644 --- a/testset/invalid/format/nodes/references/reference/key/numValue.json +++ b/testset/invalid/format/nodes/references/reference/key/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/key/space.json b/testset/invalid/format/nodes/references/reference/key/space.json index a5bd77d..b0807c9 100644 --- a/testset/invalid/format/nodes/references/reference/key/space.json +++ b/testset/invalid/format/nodes/references/reference/key/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/language/empty.json b/testset/invalid/format/nodes/references/reference/language/empty.json index d42b7bf..79e7659 100644 --- a/testset/invalid/format/nodes/references/reference/language/empty.json +++ b/testset/invalid/format/nodes/references/reference/language/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/language/missing.json b/testset/invalid/format/nodes/references/reference/language/missing.json index 46a64f9..ebc7092 100644 --- a/testset/invalid/format/nodes/references/reference/language/missing.json +++ b/testset/invalid/format/nodes/references/reference/language/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/language/nullValue.json b/testset/invalid/format/nodes/references/reference/language/nullValue.json index c47e157..26f90e9 100644 --- a/testset/invalid/format/nodes/references/reference/language/nullValue.json +++ b/testset/invalid/format/nodes/references/reference/language/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/language/numValue.json b/testset/invalid/format/nodes/references/reference/language/numValue.json index ed5209b..9fe7811 100644 --- a/testset/invalid/format/nodes/references/reference/language/numValue.json +++ b/testset/invalid/format/nodes/references/reference/language/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/language/space.json b/testset/invalid/format/nodes/references/reference/language/space.json index fd65b0f..c0422c6 100644 --- a/testset/invalid/format/nodes/references/reference/language/space.json +++ b/testset/invalid/format/nodes/references/reference/language/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/missing.json b/testset/invalid/format/nodes/references/reference/missing.json index 990731d..2b5c724 100644 --- a/testset/invalid/format/nodes/references/reference/missing.json +++ b/testset/invalid/format/nodes/references/reference/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "targets": [] diff --git a/testset/invalid/format/nodes/references/reference/noObject.json b/testset/invalid/format/nodes/references/reference/noObject.json index d5cb324..9909625 100644 --- a/testset/invalid/format/nodes/references/reference/noObject.json +++ b/testset/invalid/format/nodes/references/reference/noObject.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": [ diff --git a/testset/invalid/format/nodes/references/reference/version/empty.json b/testset/invalid/format/nodes/references/reference/version/empty.json index b8bec27..e2db61d 100644 --- a/testset/invalid/format/nodes/references/reference/version/empty.json +++ b/testset/invalid/format/nodes/references/reference/version/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/version/missing.json b/testset/invalid/format/nodes/references/reference/version/missing.json index 54bdb5f..81f84a8 100644 --- a/testset/invalid/format/nodes/references/reference/version/missing.json +++ b/testset/invalid/format/nodes/references/reference/version/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/version/nullValue.json b/testset/invalid/format/nodes/references/reference/version/nullValue.json index 17c2304..90f67e7 100644 --- a/testset/invalid/format/nodes/references/reference/version/nullValue.json +++ b/testset/invalid/format/nodes/references/reference/version/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/reference/version/numValue.json b/testset/invalid/format/nodes/references/reference/version/numValue.json index 1129bff..913a0c9 100644 --- a/testset/invalid/format/nodes/references/reference/version/numValue.json +++ b/testset/invalid/format/nodes/references/reference/version/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/stringMember.json b/testset/invalid/format/nodes/references/stringMember.json index acbb68d..bc05a46 100644 --- a/testset/invalid/format/nodes/references/stringMember.json +++ b/testset/invalid/format/nodes/references/stringMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ "a" ], diff --git a/testset/invalid/format/nodes/references/targets/additionalProperty.json b/testset/invalid/format/nodes/references/targets/additionalProperty.json index ea666e0..122f943 100644 --- a/testset/invalid/format/nodes/references/targets/additionalProperty.json +++ b/testset/invalid/format/nodes/references/targets/additionalProperty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/emptyObject.json b/testset/invalid/format/nodes/references/targets/emptyObject.json index 1a6245b..66551fa 100644 --- a/testset/invalid/format/nodes/references/targets/emptyObject.json +++ b/testset/invalid/format/nodes/references/targets/emptyObject.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/missing.json b/testset/invalid/format/nodes/references/targets/missing.json index a53fdf8..3bdb069 100644 --- a/testset/invalid/format/nodes/references/targets/missing.json +++ b/testset/invalid/format/nodes/references/targets/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/noArray.json b/testset/invalid/format/nodes/references/targets/noArray.json index b7b3256..ea94ada 100644 --- a/testset/invalid/format/nodes/references/targets/noArray.json +++ b/testset/invalid/format/nodes/references/targets/noArray.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/nullMember.json b/testset/invalid/format/nodes/references/targets/nullMember.json index 4ff9cb7..ddbd284 100644 --- a/testset/invalid/format/nodes/references/targets/nullMember.json +++ b/testset/invalid/format/nodes/references/targets/nullMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/nullValue.json b/testset/invalid/format/nodes/references/targets/nullValue.json index 17cb0ab..71047ac 100644 --- a/testset/invalid/format/nodes/references/targets/nullValue.json +++ b/testset/invalid/format/nodes/references/targets/nullValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/arrayValue.json b/testset/invalid/format/nodes/references/targets/reference/arrayValue.json index 665bc6c..f4e235a 100644 --- a/testset/invalid/format/nodes/references/targets/reference/arrayValue.json +++ b/testset/invalid/format/nodes/references/targets/reference/arrayValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/booleanValue.json b/testset/invalid/format/nodes/references/targets/reference/booleanValue.json index 1d27437..46f82ad 100644 --- a/testset/invalid/format/nodes/references/targets/reference/booleanValue.json +++ b/testset/invalid/format/nodes/references/targets/reference/booleanValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/empty.json b/testset/invalid/format/nodes/references/targets/reference/empty.json index c1bc570..a9f1496 100644 --- a/testset/invalid/format/nodes/references/targets/reference/empty.json +++ b/testset/invalid/format/nodes/references/targets/reference/empty.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/missing.json b/testset/invalid/format/nodes/references/targets/reference/missing.json index d4d4585..8300111 100644 --- a/testset/invalid/format/nodes/references/targets/reference/missing.json +++ b/testset/invalid/format/nodes/references/targets/reference/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/numValue.json b/testset/invalid/format/nodes/references/targets/reference/numValue.json index 9043440..8d357e8 100644 --- a/testset/invalid/format/nodes/references/targets/reference/numValue.json +++ b/testset/invalid/format/nodes/references/targets/reference/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/objectValue.json b/testset/invalid/format/nodes/references/targets/reference/objectValue.json index 3be4607..ffaf702 100644 --- a/testset/invalid/format/nodes/references/targets/reference/objectValue.json +++ b/testset/invalid/format/nodes/references/targets/reference/objectValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/reference/space.json b/testset/invalid/format/nodes/references/targets/reference/space.json index 975418a..4882ccd 100644 --- a/testset/invalid/format/nodes/references/targets/reference/space.json +++ b/testset/invalid/format/nodes/references/targets/reference/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/resolveInfo/arrayValue.json b/testset/invalid/format/nodes/references/targets/resolveInfo/arrayValue.json index 29a08f7..06f0470 100644 --- a/testset/invalid/format/nodes/references/targets/resolveInfo/arrayValue.json +++ b/testset/invalid/format/nodes/references/targets/resolveInfo/arrayValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/resolveInfo/booleanValue.json b/testset/invalid/format/nodes/references/targets/resolveInfo/booleanValue.json index 08730e4..f3530c6 100644 --- a/testset/invalid/format/nodes/references/targets/resolveInfo/booleanValue.json +++ b/testset/invalid/format/nodes/references/targets/resolveInfo/booleanValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/resolveInfo/missing.json b/testset/invalid/format/nodes/references/targets/resolveInfo/missing.json index 836ae68..6d88cd9 100644 --- a/testset/invalid/format/nodes/references/targets/resolveInfo/missing.json +++ b/testset/invalid/format/nodes/references/targets/resolveInfo/missing.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/resolveInfo/numValue.json b/testset/invalid/format/nodes/references/targets/resolveInfo/numValue.json index 611b916..50ac20c 100644 --- a/testset/invalid/format/nodes/references/targets/resolveInfo/numValue.json +++ b/testset/invalid/format/nodes/references/targets/resolveInfo/numValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/resolveInfo/objectValue.json b/testset/invalid/format/nodes/references/targets/resolveInfo/objectValue.json index c786418..6bdf0ef 100644 --- a/testset/invalid/format/nodes/references/targets/resolveInfo/objectValue.json +++ b/testset/invalid/format/nodes/references/targets/resolveInfo/objectValue.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/format/nodes/references/targets/stringMember.json b/testset/invalid/format/nodes/references/targets/stringMember.json index b748f75..30f8285 100644 --- a/testset/invalid/format/nodes/references/targets/stringMember.json +++ b/testset/invalid/format/nodes/references/targets/stringMember.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/idFormat/id/ampersand.json b/testset/invalid/idFormat/id/ampersand.json index 2a3b5f2..ed34eab 100644 --- a/testset/invalid/idFormat/id/ampersand.json +++ b/testset/invalid/idFormat/id/ampersand.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/at.json b/testset/invalid/idFormat/id/at.json index ff6590b..bfad826 100644 --- a/testset/invalid/idFormat/id/at.json +++ b/testset/invalid/idFormat/id/at.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/colon.json b/testset/invalid/idFormat/id/colon.json index a2fed6e..394f219 100644 --- a/testset/invalid/idFormat/id/colon.json +++ b/testset/invalid/idFormat/id/colon.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/containingSpace.json b/testset/invalid/idFormat/id/containingSpace.json index a6b3dac..6d78cd3 100644 --- a/testset/invalid/idFormat/id/containingSpace.json +++ b/testset/invalid/idFormat/id/containingSpace.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/dot.json b/testset/invalid/idFormat/id/dot.json index 000d87f..1e9ea76 100644 --- a/testset/invalid/idFormat/id/dot.json +++ b/testset/invalid/idFormat/id/dot.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/doubleBackslash.json b/testset/invalid/idFormat/id/doubleBackslash.json index 4f45fe0..edcc4d3 100644 --- a/testset/invalid/idFormat/id/doubleBackslash.json +++ b/testset/invalid/idFormat/id/doubleBackslash.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/empty.json b/testset/invalid/idFormat/id/empty.json index 37f4fd4..5c017be 100644 --- a/testset/invalid/idFormat/id/empty.json +++ b/testset/invalid/idFormat/id/empty.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/hash.json b/testset/invalid/idFormat/id/hash.json index 1387f20..86968ab 100644 --- a/testset/invalid/idFormat/id/hash.json +++ b/testset/invalid/idFormat/id/hash.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/percent.json b/testset/invalid/idFormat/id/percent.json index ae728e1..8511803 100644 --- a/testset/invalid/idFormat/id/percent.json +++ b/testset/invalid/idFormat/id/percent.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/pipe.json b/testset/invalid/idFormat/id/pipe.json index ece3b41..28bc21c 100644 --- a/testset/invalid/idFormat/id/pipe.json +++ b/testset/invalid/idFormat/id/pipe.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/questionmark.json b/testset/invalid/idFormat/id/questionmark.json index 1cdb901..0addf57 100644 --- a/testset/invalid/idFormat/id/questionmark.json +++ b/testset/invalid/idFormat/id/questionmark.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/singleBackslash.json b/testset/invalid/idFormat/id/singleBackslash.json index 0bd134f..974e0c6 100644 --- a/testset/invalid/idFormat/id/singleBackslash.json +++ b/testset/invalid/idFormat/id/singleBackslash.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/slash.json b/testset/invalid/idFormat/id/slash.json index ba89764..c121a58 100644 --- a/testset/invalid/idFormat/id/slash.json +++ b/testset/invalid/idFormat/id/slash.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/id/space.json b/testset/invalid/idFormat/id/space.json index a7420d0..4795a5b 100644 --- a/testset/invalid/idFormat/id/space.json +++ b/testset/invalid/idFormat/id/space.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/ampersand.json b/testset/invalid/idFormat/key/ampersand.json index 339b268..e9927a9 100644 --- a/testset/invalid/idFormat/key/ampersand.json +++ b/testset/invalid/idFormat/key/ampersand.json @@ -15,10 +15,10 @@ "key": "a&b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/at.json b/testset/invalid/idFormat/key/at.json index 698885f..a1a9851 100644 --- a/testset/invalid/idFormat/key/at.json +++ b/testset/invalid/idFormat/key/at.json @@ -15,10 +15,10 @@ "key": "a@b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/colon.json b/testset/invalid/idFormat/key/colon.json index ffff42f..d021e56 100644 --- a/testset/invalid/idFormat/key/colon.json +++ b/testset/invalid/idFormat/key/colon.json @@ -15,10 +15,10 @@ "key": "a:b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/containingSpace.json b/testset/invalid/idFormat/key/containingSpace.json index d059d63..f7807d0 100644 --- a/testset/invalid/idFormat/key/containingSpace.json +++ b/testset/invalid/idFormat/key/containingSpace.json @@ -15,10 +15,10 @@ "key": "a b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/dot.json b/testset/invalid/idFormat/key/dot.json index 3b9b35d..0ff4725 100644 --- a/testset/invalid/idFormat/key/dot.json +++ b/testset/invalid/idFormat/key/dot.json @@ -15,10 +15,10 @@ "key": "a.b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/doubleBackslash.json b/testset/invalid/idFormat/key/doubleBackslash.json index 519352c..d8ee6c9 100644 --- a/testset/invalid/idFormat/key/doubleBackslash.json +++ b/testset/invalid/idFormat/key/doubleBackslash.json @@ -15,10 +15,10 @@ "key": "a\\b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/empty.json b/testset/invalid/idFormat/key/empty.json index 9759b17..1a9c1b6 100644 --- a/testset/invalid/idFormat/key/empty.json +++ b/testset/invalid/idFormat/key/empty.json @@ -15,10 +15,10 @@ "key": "" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/hash.json b/testset/invalid/idFormat/key/hash.json index b295d31..4e05ac4 100644 --- a/testset/invalid/idFormat/key/hash.json +++ b/testset/invalid/idFormat/key/hash.json @@ -15,10 +15,10 @@ "key": "a#b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/percent.json b/testset/invalid/idFormat/key/percent.json index fbb73b4..d6327db 100644 --- a/testset/invalid/idFormat/key/percent.json +++ b/testset/invalid/idFormat/key/percent.json @@ -15,10 +15,10 @@ "key": "a%b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/pipe.json b/testset/invalid/idFormat/key/pipe.json index a0554a0..4987a0b 100644 --- a/testset/invalid/idFormat/key/pipe.json +++ b/testset/invalid/idFormat/key/pipe.json @@ -15,10 +15,10 @@ "key": "a|b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/questionmark.json b/testset/invalid/idFormat/key/questionmark.json index 8cae560..6e51c97 100644 --- a/testset/invalid/idFormat/key/questionmark.json +++ b/testset/invalid/idFormat/key/questionmark.json @@ -15,10 +15,10 @@ "key": "a?b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/singleBackslash.json b/testset/invalid/idFormat/key/singleBackslash.json index 5e188ff..c157b9d 100644 --- a/testset/invalid/idFormat/key/singleBackslash.json +++ b/testset/invalid/idFormat/key/singleBackslash.json @@ -15,10 +15,10 @@ "key": "a\b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/slash.json b/testset/invalid/idFormat/key/slash.json index 82c7f55..f9cdeed 100644 --- a/testset/invalid/idFormat/key/slash.json +++ b/testset/invalid/idFormat/key/slash.json @@ -15,10 +15,10 @@ "key": "a/b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/key/space.json b/testset/invalid/idFormat/key/space.json index c19cb4a..1309ac5 100644 --- a/testset/invalid/idFormat/key/space.json +++ b/testset/invalid/idFormat/key/space.json @@ -15,10 +15,10 @@ "key": " " }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/ampersand.json b/testset/invalid/idFormat/language/ampersand.json index 05a4db7..26a4afd 100644 --- a/testset/invalid/idFormat/language/ampersand.json +++ b/testset/invalid/idFormat/language/ampersand.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/at.json b/testset/invalid/idFormat/language/at.json index 3427219..eb20021 100644 --- a/testset/invalid/idFormat/language/at.json +++ b/testset/invalid/idFormat/language/at.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/colon.json b/testset/invalid/idFormat/language/colon.json index aec1e12..3a1fae4 100644 --- a/testset/invalid/idFormat/language/colon.json +++ b/testset/invalid/idFormat/language/colon.json @@ -15,7 +15,7 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/idFormat/language/containingSpace.json b/testset/invalid/idFormat/language/containingSpace.json index 0d92381..7859270 100644 --- a/testset/invalid/idFormat/language/containingSpace.json +++ b/testset/invalid/idFormat/language/containingSpace.json @@ -15,7 +15,7 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/idFormat/language/dot.json b/testset/invalid/idFormat/language/dot.json index 265be8b..2160761 100644 --- a/testset/invalid/idFormat/language/dot.json +++ b/testset/invalid/idFormat/language/dot.json @@ -15,10 +15,10 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/doubleBackslash.json b/testset/invalid/idFormat/language/doubleBackslash.json index 723d7e6..5c87840 100644 --- a/testset/invalid/idFormat/language/doubleBackslash.json +++ b/testset/invalid/idFormat/language/doubleBackslash.json @@ -15,10 +15,10 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/empty.json b/testset/invalid/idFormat/language/empty.json index 14e4188..9ebf5db 100644 --- a/testset/invalid/idFormat/language/empty.json +++ b/testset/invalid/idFormat/language/empty.json @@ -15,10 +15,10 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/hash.json b/testset/invalid/idFormat/language/hash.json index 161c5ca..7239299 100644 --- a/testset/invalid/idFormat/language/hash.json +++ b/testset/invalid/idFormat/language/hash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/idFormat/language/percent.json b/testset/invalid/idFormat/language/percent.json index c1eaf3c..50cf66d 100644 --- a/testset/invalid/idFormat/language/percent.json +++ b/testset/invalid/idFormat/language/percent.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/pipe.json b/testset/invalid/idFormat/language/pipe.json index 59cf879..0b394ef 100644 --- a/testset/invalid/idFormat/language/pipe.json +++ b/testset/invalid/idFormat/language/pipe.json @@ -15,10 +15,10 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/questionmark.json b/testset/invalid/idFormat/language/questionmark.json index a715e69..23c7392 100644 --- a/testset/invalid/idFormat/language/questionmark.json +++ b/testset/invalid/idFormat/language/questionmark.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/singleBackslash.json b/testset/invalid/idFormat/language/singleBackslash.json index f020013..cc3bcb2 100644 --- a/testset/invalid/idFormat/language/singleBackslash.json +++ b/testset/invalid/idFormat/language/singleBackslash.json @@ -15,10 +15,10 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/idFormat/language/slash.json b/testset/invalid/idFormat/language/slash.json index 5e8b944..ab59109 100644 --- a/testset/invalid/idFormat/language/slash.json +++ b/testset/invalid/idFormat/language/slash.json @@ -15,7 +15,7 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/idFormat/language/space.json b/testset/invalid/idFormat/language/space.json index 6dc2015..37cd2e8 100644 --- a/testset/invalid/idFormat/language/space.json +++ b/testset/invalid/idFormat/language/space.json @@ -15,10 +15,10 @@ "key": "b" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/directCircleA.json b/testset/invalid/tree/annotation/directCircleA.json index ecd381a..fe3289c 100644 --- a/testset/invalid/tree/annotation/directCircleA.json +++ b/testset/invalid/tree/annotation/directCircleA.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -45,10 +45,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/directCircleB.json b/testset/invalid/tree/annotation/directCircleB.json index a5c0d2f..c22abd8 100644 --- a/testset/invalid/tree/annotation/directCircleB.json +++ b/testset/invalid/tree/annotation/directCircleB.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -45,10 +45,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "annParent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/directCircleC.json b/testset/invalid/tree/annotation/directCircleC.json index a1953d3..b9699be 100644 --- a/testset/invalid/tree/annotation/directCircleC.json +++ b/testset/invalid/tree/annotation/directCircleC.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -45,7 +45,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -53,4 +53,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/directCircleD.json b/testset/invalid/tree/annotation/directCircleD.json index 9b1c46f..ac1daac 100644 --- a/testset/invalid/tree/annotation/directCircleD.json +++ b/testset/invalid/tree/annotation/directCircleD.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -45,7 +45,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -53,4 +53,4 @@ "parent": "annParent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/duplicate.json b/testset/invalid/tree/annotation/duplicate.json index ba9f864..5536282 100644 --- a/testset/invalid/tree/annotation/duplicate.json +++ b/testset/invalid/tree/annotation/duplicate.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annotation" @@ -30,7 +30,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annotation" @@ -45,10 +45,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent1" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/indirectCircleA.json b/testset/invalid/tree/annotation/indirectCircleA.json index 5719015..13d6f77 100644 --- a/testset/invalid/tree/annotation/indirectCircleA.json +++ b/testset/invalid/tree/annotation/indirectCircleA.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -45,7 +45,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -60,7 +60,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -68,4 +68,4 @@ "parent": "annParent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/indirectCircleB.json b/testset/invalid/tree/annotation/indirectCircleB.json index 5e28832..92eb1ea 100644 --- a/testset/invalid/tree/annotation/indirectCircleB.json +++ b/testset/invalid/tree/annotation/indirectCircleB.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -45,7 +45,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -60,7 +60,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -68,4 +68,4 @@ "parent": "annParent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/indirectCircleC.json b/testset/invalid/tree/annotation/indirectCircleC.json index a6f4c2a..1541c0e 100644 --- a/testset/invalid/tree/annotation/indirectCircleC.json +++ b/testset/invalid/tree/annotation/indirectCircleC.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -45,7 +45,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -60,7 +60,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -68,4 +68,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/missingAnnotation.json b/testset/invalid/tree/annotation/missingAnnotation.json index 008b7ab..c68fdc3 100644 --- a/testset/invalid/tree/annotation/missingAnnotation.json +++ b/testset/invalid/tree/annotation/missingAnnotation.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null @@ -28,10 +28,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/missingParent.json b/testset/invalid/tree/annotation/missingParent.json index 1d84413..df40915 100644 --- a/testset/invalid/tree/annotation/missingParent.json +++ b/testset/invalid/tree/annotation/missingParent.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annotation" @@ -30,10 +30,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/annotation/self.json b/testset/invalid/tree/annotation/self.json index 7abfeed..78dd358 100644 --- a/testset/invalid/tree/annotation/self.json +++ b/testset/invalid/tree/annotation/self.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "parent" @@ -23,4 +23,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/directCircleA.json b/testset/invalid/tree/containment/directCircleA.json index a10ed54..e9107a0 100644 --- a/testset/invalid/tree/containment/directCircleA.json +++ b/testset/invalid/tree/containment/directCircleA.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,10 +39,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/directCircleB.json b/testset/invalid/tree/containment/directCircleB.json index 7abee74..44a408a 100644 --- a/testset/invalid/tree/containment/directCircleB.json +++ b/testset/invalid/tree/containment/directCircleB.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,10 +39,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/directCircleC.json b/testset/invalid/tree/containment/directCircleC.json index 239554c..4d1cf43 100644 --- a/testset/invalid/tree/containment/directCircleC.json +++ b/testset/invalid/tree/containment/directCircleC.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -56,4 +56,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/directCircleD.json b/testset/invalid/tree/containment/directCircleD.json index eb236e4..818772f 100644 --- a/testset/invalid/tree/containment/directCircleD.json +++ b/testset/invalid/tree/containment/directCircleD.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -56,4 +56,4 @@ "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/duplicate.json b/testset/invalid/tree/containment/duplicate.json index 4c09f55..a2e23ee 100644 --- a/testset/invalid/tree/containment/duplicate.json +++ b/testset/invalid/tree/containment/duplicate.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -63,10 +63,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent1" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/indirectCircleA.json b/testset/invalid/tree/containment/indirectCircleA.json index 4fc8643..6cc707b 100644 --- a/testset/invalid/tree/containment/indirectCircleA.json +++ b/testset/invalid/tree/containment/indirectCircleA.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -63,7 +63,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -80,4 +80,4 @@ "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/indirectCircleB.json b/testset/invalid/tree/containment/indirectCircleB.json index a4ed3f2..c5cda68 100644 --- a/testset/invalid/tree/containment/indirectCircleB.json +++ b/testset/invalid/tree/containment/indirectCircleB.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -63,7 +63,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -80,4 +80,4 @@ "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/indirectCircleC.json b/testset/invalid/tree/containment/indirectCircleC.json index 8b61998..59ccad2 100644 --- a/testset/invalid/tree/containment/indirectCircleC.json +++ b/testset/invalid/tree/containment/indirectCircleC.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -63,7 +63,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -80,4 +80,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/missingChild.json b/testset/invalid/tree/containment/missingChild.json index 950682b..da5b9a5 100644 --- a/testset/invalid/tree/containment/missingChild.json +++ b/testset/invalid/tree/containment/missingChild.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null @@ -28,10 +28,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/missingParent.json b/testset/invalid/tree/containment/missingParent.json index 2ec484b..8297191 100644 --- a/testset/invalid/tree/containment/missingParent.json +++ b/testset/invalid/tree/containment/missingParent.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,10 +39,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/containment/self.json b/testset/invalid/tree/containment/self.json index bc9ecd7..d82ecbd 100644 --- a/testset/invalid/tree/containment/self.json +++ b/testset/invalid/tree/containment/self.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -32,4 +32,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/directCircleA.json b/testset/invalid/tree/mixed/directCircleA.json index 6e26b15..b28612e 100644 --- a/testset/invalid/tree/mixed/directCircleA.json +++ b/testset/invalid/tree/mixed/directCircleA.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,10 +30,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/directCircleB.json b/testset/invalid/tree/mixed/directCircleB.json index 914e4d1..c1bdc29 100644 --- a/testset/invalid/tree/mixed/directCircleB.json +++ b/testset/invalid/tree/mixed/directCircleB.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,10 +30,10 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "node" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/directCircleC.json b/testset/invalid/tree/mixed/directCircleC.json index 6ab270e..f5c4512 100644 --- a/testset/invalid/tree/mixed/directCircleC.json +++ b/testset/invalid/tree/mixed/directCircleC.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -47,4 +47,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/directCircleD.json b/testset/invalid/tree/mixed/directCircleD.json index 1273060..85e222a 100644 --- a/testset/invalid/tree/mixed/directCircleD.json +++ b/testset/invalid/tree/mixed/directCircleD.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -47,4 +47,4 @@ "parent": "node" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/duplicate.json b/testset/invalid/tree/mixed/duplicate.json index d050b46..4a4221f 100644 --- a/testset/invalid/tree/mixed/duplicate.json +++ b/testset/invalid/tree/mixed/duplicate.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -39,7 +39,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "child" @@ -54,10 +54,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent1" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/indirectCircleX.json b/testset/invalid/tree/mixed/indirectCircleX.json index fc88a66..7a741d6 100644 --- a/testset/invalid/tree/mixed/indirectCircleX.json +++ b/testset/invalid/tree/mixed/indirectCircleX.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -54,7 +54,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -69,7 +69,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "node" @@ -77,4 +77,4 @@ "parent": "annParent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/mixed/indirectCircleY.json b/testset/invalid/tree/mixed/indirectCircleY.json index ad9e2c1..e1be2c3 100644 --- a/testset/invalid/tree/mixed/indirectCircleY.json +++ b/testset/invalid/tree/mixed/indirectCircleY.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -30,7 +30,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -54,7 +54,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annChild" @@ -69,7 +69,7 @@ "key": "myAnnotation" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [ "annGrandParent" @@ -77,4 +77,4 @@ "parent": "annParent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/tree/selfParent.json b/testset/invalid/tree/selfParent.json index e23a389..da31c12 100644 --- a/testset/invalid/tree/selfParent.json +++ b/testset/invalid/tree/selfParent.json @@ -15,10 +15,10 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "parent" } ] -} \ No newline at end of file +} diff --git a/testset/invalid/usedLanguages/concept/key.json b/testset/invalid/usedLanguages/concept/key.json index 4eaa71d..4f42858 100644 --- a/testset/invalid/usedLanguages/concept/key.json +++ b/testset/invalid/usedLanguages/concept/key.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/usedLanguages/concept/version.json b/testset/invalid/usedLanguages/concept/version.json index 1d5fc32..8c48323 100644 --- a/testset/invalid/usedLanguages/concept/version.json +++ b/testset/invalid/usedLanguages/concept/version.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/usedLanguages/containment/key.json b/testset/invalid/usedLanguages/containment/key.json index 75a3862..942ee2e 100644 --- a/testset/invalid/usedLanguages/containment/key.json +++ b/testset/invalid/usedLanguages/containment/key.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLangX", diff --git a/testset/invalid/usedLanguages/containment/version.json b/testset/invalid/usedLanguages/containment/version.json index aa0ab7d..f12a5cd 100644 --- a/testset/invalid/usedLanguages/containment/version.json +++ b/testset/invalid/usedLanguages/containment/version.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -30,4 +30,4 @@ "parent": null } ] -} \ No newline at end of file +} diff --git a/testset/invalid/usedLanguages/property/key.json b/testset/invalid/usedLanguages/property/key.json index 33ed29a..1c3f95f 100644 --- a/testset/invalid/usedLanguages/property/key.json +++ b/testset/invalid/usedLanguages/property/key.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/usedLanguages/property/version.json b/testset/invalid/usedLanguages/property/version.json index 6f98bfd..cc934e7 100644 --- a/testset/invalid/usedLanguages/property/version.json +++ b/testset/invalid/usedLanguages/property/version.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/invalid/usedLanguages/reference/key.json b/testset/invalid/usedLanguages/reference/key.json index b7d2f00..6ee3e34 100644 --- a/testset/invalid/usedLanguages/reference/key.json +++ b/testset/invalid/usedLanguages/reference/key.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/invalid/usedLanguages/reference/version.json b/testset/invalid/usedLanguages/reference/version.json index 8253ecc..7dc6122 100644 --- a/testset/invalid/usedLanguages/reference/version.json +++ b/testset/invalid/usedLanguages/reference/version.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/idFormat/id/dash.json b/testset/valid/idFormat/id/dash.json index 734d8a7..6384307 100644 --- a/testset/valid/idFormat/id/dash.json +++ b/testset/valid/idFormat/id/dash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/fqn.json b/testset/valid/idFormat/id/fqn.json index 2a33410..c6c4c71 100644 --- a/testset/valid/idFormat/id/fqn.json +++ b/testset/valid/idFormat/id/fqn.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/long.json b/testset/valid/idFormat/id/long.json index 1d090b7..45e3f35 100644 --- a/testset/valid/idFormat/id/long.json +++ b/testset/valid/idFormat/id/long.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/lowercase.json b/testset/valid/idFormat/id/lowercase.json index 120982d..4d4e191 100644 --- a/testset/valid/idFormat/id/lowercase.json +++ b/testset/valid/idFormat/id/lowercase.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/mixed.json b/testset/valid/idFormat/id/mixed.json index 43ca9cc..95b8880 100644 --- a/testset/valid/idFormat/id/mixed.json +++ b/testset/valid/idFormat/id/mixed.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/number.json b/testset/valid/idFormat/id/number.json index 8722519..deb666b 100644 --- a/testset/valid/idFormat/id/number.json +++ b/testset/valid/idFormat/id/number.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/underscore.json b/testset/valid/idFormat/id/underscore.json index 7ec9d71..39ad2d2 100644 --- a/testset/valid/idFormat/id/underscore.json +++ b/testset/valid/idFormat/id/underscore.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/uppercase.json b/testset/valid/idFormat/id/uppercase.json index 47bafde..4ebfb5f 100644 --- a/testset/valid/idFormat/id/uppercase.json +++ b/testset/valid/idFormat/id/uppercase.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/id/zero.json b/testset/valid/idFormat/id/zero.json index 9e79b04..bea1bbd 100644 --- a/testset/valid/idFormat/id/zero.json +++ b/testset/valid/idFormat/id/zero.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/dash.json b/testset/valid/idFormat/key/dash.json index 4abdbf9..db17143 100644 --- a/testset/valid/idFormat/key/dash.json +++ b/testset/valid/idFormat/key/dash.json @@ -15,7 +15,7 @@ "key": "-" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/fqn.json b/testset/valid/idFormat/key/fqn.json index 6fb6ae6..1ed7e4a 100644 --- a/testset/valid/idFormat/key/fqn.json +++ b/testset/valid/idFormat/key/fqn.json @@ -15,7 +15,7 @@ "key": "com-example-my-org-SomeClass-v22_2" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/long.json b/testset/valid/idFormat/key/long.json index 46a3815..d128c7b 100644 --- a/testset/valid/idFormat/key/long.json +++ b/testset/valid/idFormat/key/long.json @@ -15,7 +15,7 @@ "key": "0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/lowercase.json b/testset/valid/idFormat/key/lowercase.json index c3cb025..cdfe47e 100644 --- a/testset/valid/idFormat/key/lowercase.json +++ b/testset/valid/idFormat/key/lowercase.json @@ -15,7 +15,7 @@ "key": "d" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/mixed.json b/testset/valid/idFormat/key/mixed.json index a5599c9..5d099c9 100644 --- a/testset/valid/idFormat/key/mixed.json +++ b/testset/valid/idFormat/key/mixed.json @@ -15,7 +15,7 @@ "key": "0-hallo_HALLO31" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/number.json b/testset/valid/idFormat/key/number.json index bd79f52..7ad6882 100644 --- a/testset/valid/idFormat/key/number.json +++ b/testset/valid/idFormat/key/number.json @@ -15,7 +15,7 @@ "key": "1" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/underscore.json b/testset/valid/idFormat/key/underscore.json index 769f981..b36e3eb 100644 --- a/testset/valid/idFormat/key/underscore.json +++ b/testset/valid/idFormat/key/underscore.json @@ -15,7 +15,7 @@ "key": "_" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/uppercase.json b/testset/valid/idFormat/key/uppercase.json index 4f90cf7..d46548b 100644 --- a/testset/valid/idFormat/key/uppercase.json +++ b/testset/valid/idFormat/key/uppercase.json @@ -15,7 +15,7 @@ "key": "D" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/key/zero.json b/testset/valid/idFormat/key/zero.json index 069a290..41e3e64 100644 --- a/testset/valid/idFormat/key/zero.json +++ b/testset/valid/idFormat/key/zero.json @@ -15,7 +15,7 @@ "key": "0" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/dash.json b/testset/valid/idFormat/language/dash.json index 22c4293..234391b 100644 --- a/testset/valid/idFormat/language/dash.json +++ b/testset/valid/idFormat/language/dash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/fqn.json b/testset/valid/idFormat/language/fqn.json index c00b191..12f0958 100644 --- a/testset/valid/idFormat/language/fqn.json +++ b/testset/valid/idFormat/language/fqn.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/long.json b/testset/valid/idFormat/language/long.json index 58b1a96..e906cdf 100644 --- a/testset/valid/idFormat/language/long.json +++ b/testset/valid/idFormat/language/long.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/lowercase.json b/testset/valid/idFormat/language/lowercase.json index 8a58d19..56dd59d 100644 --- a/testset/valid/idFormat/language/lowercase.json +++ b/testset/valid/idFormat/language/lowercase.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/mixed.json b/testset/valid/idFormat/language/mixed.json index dc3ad1e..ffae2a1 100644 --- a/testset/valid/idFormat/language/mixed.json +++ b/testset/valid/idFormat/language/mixed.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/number.json b/testset/valid/idFormat/language/number.json index 3b0822b..37c7813 100644 --- a/testset/valid/idFormat/language/number.json +++ b/testset/valid/idFormat/language/number.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/underscore.json b/testset/valid/idFormat/language/underscore.json index 65123be..ebbd377 100644 --- a/testset/valid/idFormat/language/underscore.json +++ b/testset/valid/idFormat/language/underscore.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/uppercase.json b/testset/valid/idFormat/language/uppercase.json index a3250d8..49ecbc3 100644 --- a/testset/valid/idFormat/language/uppercase.json +++ b/testset/valid/idFormat/language/uppercase.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/idFormat/language/zero.json b/testset/valid/idFormat/language/zero.json index 0fe42c0..9f461bc 100644 --- a/testset/valid/idFormat/language/zero.json +++ b/testset/valid/idFormat/language/zero.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/annotations/duplicateKey.json b/testset/valid/json/nodes/annotations/duplicateKey.json index 345fe8e..1917b88 100644 --- a/testset/valid/json/nodes/annotations/duplicateKey.json +++ b/testset/valid/json/nodes/annotations/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "annotations": [], diff --git a/testset/valid/json/nodes/concept/duplicateKey.json b/testset/valid/json/nodes/concept/duplicateKey.json index cdedae3..b91b1d8 100644 --- a/testset/valid/json/nodes/concept/duplicateKey.json +++ b/testset/valid/json/nodes/concept/duplicateKey.json @@ -20,7 +20,7 @@ "key": "myOtherConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/concept/key/duplicateKey.json b/testset/valid/json/nodes/concept/key/duplicateKey.json index 01b2f3a..6495c62 100644 --- a/testset/valid/json/nodes/concept/key/duplicateKey.json +++ b/testset/valid/json/nodes/concept/key/duplicateKey.json @@ -16,7 +16,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/concept/language/duplicateKey.json b/testset/valid/json/nodes/concept/language/duplicateKey.json index 7e4dc6f..ee2f797 100644 --- a/testset/valid/json/nodes/concept/language/duplicateKey.json +++ b/testset/valid/json/nodes/concept/language/duplicateKey.json @@ -20,7 +20,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/concept/version/duplicateKey.json b/testset/valid/json/nodes/concept/version/duplicateKey.json index 61220d5..be61039 100644 --- a/testset/valid/json/nodes/concept/version/duplicateKey.json +++ b/testset/valid/json/nodes/concept/version/duplicateKey.json @@ -20,7 +20,7 @@ "version": "2" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/containment/duplicateKey.json b/testset/valid/json/nodes/containment/duplicateKey.json index bffd701..6386320 100644 --- a/testset/valid/json/nodes/containment/duplicateKey.json +++ b/testset/valid/json/nodes/containment/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/valid/json/nodes/containment/key/duplicateKey.json b/testset/valid/json/nodes/containment/key/duplicateKey.json index f8c5952..f0686d8 100644 --- a/testset/valid/json/nodes/containment/key/duplicateKey.json +++ b/testset/valid/json/nodes/containment/key/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/valid/json/nodes/containment/language/duplicateKey.json b/testset/valid/json/nodes/containment/language/duplicateKey.json index a46d971..ff029f8 100644 --- a/testset/valid/json/nodes/containment/language/duplicateKey.json +++ b/testset/valid/json/nodes/containment/language/duplicateKey.json @@ -19,7 +19,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/valid/json/nodes/containment/version/duplicateKey.json b/testset/valid/json/nodes/containment/version/duplicateKey.json index 64ab393..e83aea6 100644 --- a/testset/valid/json/nodes/containment/version/duplicateKey.json +++ b/testset/valid/json/nodes/containment/version/duplicateKey.json @@ -19,7 +19,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "version": "1", diff --git a/testset/valid/json/nodes/children/children/duplicateKey.json b/testset/valid/json/nodes/containments/children/duplicateKey.json similarity index 96% rename from testset/valid/json/nodes/children/children/duplicateKey.json rename to testset/valid/json/nodes/containments/children/duplicateKey.json index 351d29a..77ab768 100644 --- a/testset/valid/json/nodes/children/children/duplicateKey.json +++ b/testset/valid/json/nodes/containments/children/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/valid/json/nodes/children/duplicateKey.json b/testset/valid/json/nodes/containments/duplicateKey.json similarity index 94% rename from testset/valid/json/nodes/children/duplicateKey.json rename to testset/valid/json/nodes/containments/duplicateKey.json index bc4cb51..3ce4b24 100644 --- a/testset/valid/json/nodes/children/duplicateKey.json +++ b/testset/valid/json/nodes/containments/duplicateKey.json @@ -9,7 +9,7 @@ "nodes": [ { "id": "a", - "children": [ + "containments": [ { "containment": { "language": "myLang", @@ -27,7 +27,7 @@ "key": "myConcept" }, "properties": [], - "children": [ + "containments": [ { "containment": { "language": "myLang", diff --git a/testset/valid/json/nodes/duplicateKey.json b/testset/valid/json/nodes/duplicateKey.json index 4d631b6..b072b03 100644 --- a/testset/valid/json/nodes/duplicateKey.json +++ b/testset/valid/json/nodes/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null @@ -30,7 +30,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/id/duplicateKey.json b/testset/valid/json/nodes/id/duplicateKey.json index e2252e6..95f874e 100644 --- a/testset/valid/json/nodes/id/duplicateKey.json +++ b/testset/valid/json/nodes/id/duplicateKey.json @@ -16,7 +16,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/parent/duplicateKey.json b/testset/valid/json/nodes/parent/duplicateKey.json index 7c0ad04..d11313b 100644 --- a/testset/valid/json/nodes/parent/duplicateKey.json +++ b/testset/valid/json/nodes/parent/duplicateKey.json @@ -16,7 +16,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/properties/duplicateKey.json b/testset/valid/json/nodes/properties/duplicateKey.json index bfc0724..58ecd27 100644 --- a/testset/valid/json/nodes/properties/duplicateKey.json +++ b/testset/valid/json/nodes/properties/duplicateKey.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "properties": [ { "property": { diff --git a/testset/valid/json/nodes/properties/property/duplicate.json b/testset/valid/json/nodes/properties/property/duplicate.json index 7e61771..6a975bd 100644 --- a/testset/valid/json/nodes/properties/property/duplicate.json +++ b/testset/valid/json/nodes/properties/property/duplicate.json @@ -29,7 +29,7 @@ } } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/properties/property/duplicateKey.json b/testset/valid/json/nodes/properties/property/duplicateKey.json index 7e61771..6a975bd 100644 --- a/testset/valid/json/nodes/properties/property/duplicateKey.json +++ b/testset/valid/json/nodes/properties/property/duplicateKey.json @@ -29,7 +29,7 @@ } } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/properties/property/key/duplicateKey.json b/testset/valid/json/nodes/properties/property/key/duplicateKey.json index 64969b5..83763e0 100644 --- a/testset/valid/json/nodes/properties/property/key/duplicateKey.json +++ b/testset/valid/json/nodes/properties/property/key/duplicateKey.json @@ -25,7 +25,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/properties/property/language/duplicateKey.json b/testset/valid/json/nodes/properties/property/language/duplicateKey.json index 76fdca3..a36a2f7 100644 --- a/testset/valid/json/nodes/properties/property/language/duplicateKey.json +++ b/testset/valid/json/nodes/properties/property/language/duplicateKey.json @@ -25,7 +25,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/properties/property/version/duplicateKey.json b/testset/valid/json/nodes/properties/property/version/duplicateKey.json index 0a61a1e..3305d21 100644 --- a/testset/valid/json/nodes/properties/property/version/duplicateKey.json +++ b/testset/valid/json/nodes/properties/property/version/duplicateKey.json @@ -25,7 +25,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/properties/value/duplicateKey.json b/testset/valid/json/nodes/properties/value/duplicateKey.json index 5ab9995..2095b06 100644 --- a/testset/valid/json/nodes/properties/value/duplicateKey.json +++ b/testset/valid/json/nodes/properties/value/duplicateKey.json @@ -25,7 +25,7 @@ "value": "bye" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/json/nodes/references/duplicateKey.json b/testset/valid/json/nodes/references/duplicateKey.json index fdc5fa5..b501ccb 100644 --- a/testset/valid/json/nodes/references/duplicateKey.json +++ b/testset/valid/json/nodes/references/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/reference/duplicateKey.json b/testset/valid/json/nodes/references/reference/duplicateKey.json index 823e2a6..8d925bb 100644 --- a/testset/valid/json/nodes/references/reference/duplicateKey.json +++ b/testset/valid/json/nodes/references/reference/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/reference/key/duplicateKey.json b/testset/valid/json/nodes/references/reference/key/duplicateKey.json index b323f83..59b57c4 100644 --- a/testset/valid/json/nodes/references/reference/key/duplicateKey.json +++ b/testset/valid/json/nodes/references/reference/key/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/reference/language/duplicateKey.json b/testset/valid/json/nodes/references/reference/language/duplicateKey.json index 10f301d..ffcbce0 100644 --- a/testset/valid/json/nodes/references/reference/language/duplicateKey.json +++ b/testset/valid/json/nodes/references/reference/language/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/reference/version/duplicateKey.json b/testset/valid/json/nodes/references/reference/version/duplicateKey.json index a77f680..6f5447b 100644 --- a/testset/valid/json/nodes/references/reference/version/duplicateKey.json +++ b/testset/valid/json/nodes/references/reference/version/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/targets/duplicateKey.json b/testset/valid/json/nodes/references/targets/duplicateKey.json index fe87d05..76af8b3 100644 --- a/testset/valid/json/nodes/references/targets/duplicateKey.json +++ b/testset/valid/json/nodes/references/targets/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/targets/reference/duplicateKey.json b/testset/valid/json/nodes/references/targets/reference/duplicateKey.json index a110196..568b50f 100644 --- a/testset/valid/json/nodes/references/targets/reference/duplicateKey.json +++ b/testset/valid/json/nodes/references/targets/reference/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/json/nodes/references/targets/resolveInfo/duplicateKey.json b/testset/valid/json/nodes/references/targets/resolveInfo/duplicateKey.json index 029a238..c69f92c 100644 --- a/testset/valid/json/nodes/references/targets/resolveInfo/duplicateKey.json +++ b/testset/valid/json/nodes/references/targets/resolveInfo/duplicateKey.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [ { "reference": { diff --git a/testset/valid/versionFormat/ampersand.json b/testset/valid/versionFormat/ampersand.json index 1149717..7c12329 100644 --- a/testset/valid/versionFormat/ampersand.json +++ b/testset/valid/versionFormat/ampersand.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/at.json b/testset/valid/versionFormat/at.json index 7055d36..5880051 100644 --- a/testset/valid/versionFormat/at.json +++ b/testset/valid/versionFormat/at.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/colon.json b/testset/valid/versionFormat/colon.json index d160bac..3944ce0 100644 --- a/testset/valid/versionFormat/colon.json +++ b/testset/valid/versionFormat/colon.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/containingSpace.json b/testset/valid/versionFormat/containingSpace.json index 5d637ff..ed344cd 100644 --- a/testset/valid/versionFormat/containingSpace.json +++ b/testset/valid/versionFormat/containingSpace.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/dash.json b/testset/valid/versionFormat/dash.json index 357217c..f37c105 100644 --- a/testset/valid/versionFormat/dash.json +++ b/testset/valid/versionFormat/dash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/dot.json b/testset/valid/versionFormat/dot.json index 5a0ea1a..9df90aa 100644 --- a/testset/valid/versionFormat/dot.json +++ b/testset/valid/versionFormat/dot.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/doubleBackslash.json b/testset/valid/versionFormat/doubleBackslash.json index 4ee3feb..d5fd4af 100644 --- a/testset/valid/versionFormat/doubleBackslash.json +++ b/testset/valid/versionFormat/doubleBackslash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/fqn.json b/testset/valid/versionFormat/fqn.json index b08e2be..1e36fe1 100644 --- a/testset/valid/versionFormat/fqn.json +++ b/testset/valid/versionFormat/fqn.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/hash.json b/testset/valid/versionFormat/hash.json index d10e42b..7bf2745 100644 --- a/testset/valid/versionFormat/hash.json +++ b/testset/valid/versionFormat/hash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/long.json b/testset/valid/versionFormat/long.json index 5c60bc0..cb995c3 100644 --- a/testset/valid/versionFormat/long.json +++ b/testset/valid/versionFormat/long.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/lowercase.json b/testset/valid/versionFormat/lowercase.json index 595ee03..58e0b94 100644 --- a/testset/valid/versionFormat/lowercase.json +++ b/testset/valid/versionFormat/lowercase.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/mixed.json b/testset/valid/versionFormat/mixed.json index fa6c677..4f4062e 100644 --- a/testset/valid/versionFormat/mixed.json +++ b/testset/valid/versionFormat/mixed.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/number.json b/testset/valid/versionFormat/number.json index 37047fa..84745ec 100644 --- a/testset/valid/versionFormat/number.json +++ b/testset/valid/versionFormat/number.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/percent.json b/testset/valid/versionFormat/percent.json index 0d9e9ff..5fc04c1 100644 --- a/testset/valid/versionFormat/percent.json +++ b/testset/valid/versionFormat/percent.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/pipe.json b/testset/valid/versionFormat/pipe.json index 6d51442..da01921 100644 --- a/testset/valid/versionFormat/pipe.json +++ b/testset/valid/versionFormat/pipe.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/questionmark.json b/testset/valid/versionFormat/questionmark.json index d1dbe6d..640e696 100644 --- a/testset/valid/versionFormat/questionmark.json +++ b/testset/valid/versionFormat/questionmark.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/singleBackslash.json b/testset/valid/versionFormat/singleBackslash.json index f3a5c3e..79a8ca6 100644 --- a/testset/valid/versionFormat/singleBackslash.json +++ b/testset/valid/versionFormat/singleBackslash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/slash.json b/testset/valid/versionFormat/slash.json index 9132c8b..990ce01 100644 --- a/testset/valid/versionFormat/slash.json +++ b/testset/valid/versionFormat/slash.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/space.json b/testset/valid/versionFormat/space.json index 3ede474..85fc0c6 100644 --- a/testset/valid/versionFormat/space.json +++ b/testset/valid/versionFormat/space.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/underscore.json b/testset/valid/versionFormat/underscore.json index f0a2a13..5e584ef 100644 --- a/testset/valid/versionFormat/underscore.json +++ b/testset/valid/versionFormat/underscore.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/uppercase.json b/testset/valid/versionFormat/uppercase.json index 8ae08dd..d412c24 100644 --- a/testset/valid/versionFormat/uppercase.json +++ b/testset/valid/versionFormat/uppercase.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/valid/versionFormat/zero.json b/testset/valid/versionFormat/zero.json index 15a7772..05d09c5 100644 --- a/testset/valid/versionFormat/zero.json +++ b/testset/valid/versionFormat/zero.json @@ -15,7 +15,7 @@ "key": "myConcept" }, "properties": [], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/empty.json b/testset/withLanguage/invalid/properties/boolean/empty.json index 7597a6f..6113c19 100644 --- a/testset/withLanguage/invalid/properties/boolean/empty.json +++ b/testset/withLanguage/invalid/properties/boolean/empty.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/fLowercase.json b/testset/withLanguage/invalid/properties/boolean/fLowercase.json index 34e5c27..9aa424b 100644 --- a/testset/withLanguage/invalid/properties/boolean/fLowercase.json +++ b/testset/withLanguage/invalid/properties/boolean/fLowercase.json @@ -24,7 +24,7 @@ "value": "f" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/fUppercase.json b/testset/withLanguage/invalid/properties/boolean/fUppercase.json index 05e1397..87cb53c 100644 --- a/testset/withLanguage/invalid/properties/boolean/fUppercase.json +++ b/testset/withLanguage/invalid/properties/boolean/fUppercase.json @@ -24,7 +24,7 @@ "value": "F" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/falseAllCaps.json b/testset/withLanguage/invalid/properties/boolean/falseAllCaps.json index 95590b4..7955bfe 100644 --- a/testset/withLanguage/invalid/properties/boolean/falseAllCaps.json +++ b/testset/withLanguage/invalid/properties/boolean/falseAllCaps.json @@ -24,7 +24,7 @@ "value": "FALSE" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/leadingWhitespace.json b/testset/withLanguage/invalid/properties/boolean/leadingWhitespace.json index fbc57ea..5f5b76a 100644 --- a/testset/withLanguage/invalid/properties/boolean/leadingWhitespace.json +++ b/testset/withLanguage/invalid/properties/boolean/leadingWhitespace.json @@ -24,7 +24,7 @@ "value": " true" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/minusOne.json b/testset/withLanguage/invalid/properties/boolean/minusOne.json index a952146..2988b3b 100644 --- a/testset/withLanguage/invalid/properties/boolean/minusOne.json +++ b/testset/withLanguage/invalid/properties/boolean/minusOne.json @@ -24,7 +24,7 @@ "value": "-1" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/nullString.json b/testset/withLanguage/invalid/properties/boolean/nullString.json index 3ae3186..41f5add 100644 --- a/testset/withLanguage/invalid/properties/boolean/nullString.json +++ b/testset/withLanguage/invalid/properties/boolean/nullString.json @@ -24,7 +24,7 @@ "value": "null" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/one.json b/testset/withLanguage/invalid/properties/boolean/one.json index 008989d..a2a12b5 100644 --- a/testset/withLanguage/invalid/properties/boolean/one.json +++ b/testset/withLanguage/invalid/properties/boolean/one.json @@ -24,7 +24,7 @@ "value": "1" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/space.json b/testset/withLanguage/invalid/properties/boolean/space.json index 6dd36d4..4a2acef 100644 --- a/testset/withLanguage/invalid/properties/boolean/space.json +++ b/testset/withLanguage/invalid/properties/boolean/space.json @@ -24,7 +24,7 @@ "value": " " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/tLowercase.json b/testset/withLanguage/invalid/properties/boolean/tLowercase.json index 30c2196..a1db8c0 100644 --- a/testset/withLanguage/invalid/properties/boolean/tLowercase.json +++ b/testset/withLanguage/invalid/properties/boolean/tLowercase.json @@ -24,7 +24,7 @@ "value": "t" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/tUppercase.json b/testset/withLanguage/invalid/properties/boolean/tUppercase.json index 708f4ba..eeb371b 100644 --- a/testset/withLanguage/invalid/properties/boolean/tUppercase.json +++ b/testset/withLanguage/invalid/properties/boolean/tUppercase.json @@ -24,7 +24,7 @@ "value": "T" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/trailingWhitespace.json b/testset/withLanguage/invalid/properties/boolean/trailingWhitespace.json index 2354f7f..449dcbb 100644 --- a/testset/withLanguage/invalid/properties/boolean/trailingWhitespace.json +++ b/testset/withLanguage/invalid/properties/boolean/trailingWhitespace.json @@ -24,7 +24,7 @@ "value": "false " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/trueAllCaps.json b/testset/withLanguage/invalid/properties/boolean/trueAllCaps.json index 1b45c4c..ea7c095 100644 --- a/testset/withLanguage/invalid/properties/boolean/trueAllCaps.json +++ b/testset/withLanguage/invalid/properties/boolean/trueAllCaps.json @@ -24,7 +24,7 @@ "value": "TRUE" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/boolean/zero.json b/testset/withLanguage/invalid/properties/boolean/zero.json index 5b5bb93..36aae0d 100644 --- a/testset/withLanguage/invalid/properties/boolean/zero.json +++ b/testset/withLanguage/invalid/properties/boolean/zero.json @@ -24,7 +24,7 @@ "value": "0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/enum/empty.json b/testset/withLanguage/invalid/properties/enum/empty.json index e1e0bd7..f315f3c 100644 --- a/testset/withLanguage/invalid/properties/enum/empty.json +++ b/testset/withLanguage/invalid/properties/enum/empty.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/enum/idRef.json b/testset/withLanguage/invalid/properties/enum/idRef.json index 3840376..a58f0c6 100644 --- a/testset/withLanguage/invalid/properties/enum/idRef.json +++ b/testset/withLanguage/invalid/properties/enum/idRef.json @@ -24,7 +24,7 @@ "value": "enumA-literalA-id" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/enum/one.json b/testset/withLanguage/invalid/properties/enum/one.json index 771c9fe..558037a 100644 --- a/testset/withLanguage/invalid/properties/enum/one.json +++ b/testset/withLanguage/invalid/properties/enum/one.json @@ -24,7 +24,7 @@ "value": "1" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/enum/otherEnumKeyRef.json b/testset/withLanguage/invalid/properties/enum/otherEnumKeyRef.json index 5a31968..397c980 100644 --- a/testset/withLanguage/invalid/properties/enum/otherEnumKeyRef.json +++ b/testset/withLanguage/invalid/properties/enum/otherEnumKeyRef.json @@ -24,7 +24,7 @@ "value": "enumB-literalA-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/enum/space.json b/testset/withLanguage/invalid/properties/enum/space.json index 8ac8f49..34d4877 100644 --- a/testset/withLanguage/invalid/properties/enum/space.json +++ b/testset/withLanguage/invalid/properties/enum/space.json @@ -24,7 +24,7 @@ "value": " " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/enum/zero.json b/testset/withLanguage/invalid/properties/enum/zero.json index 60db5ed..78aef33 100644 --- a/testset/withLanguage/invalid/properties/enum/zero.json +++ b/testset/withLanguage/invalid/properties/enum/zero.json @@ -24,7 +24,7 @@ "value": "0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/inheritance/wrongConcept.json b/testset/withLanguage/invalid/properties/inheritance/wrongConcept.json index 731b622..8495ab7 100644 --- a/testset/withLanguage/invalid/properties/inheritance/wrongConcept.json +++ b/testset/withLanguage/invalid/properties/inheritance/wrongConcept.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/binary.json b/testset/withLanguage/invalid/properties/integer/binary.json index 4df5d57..17b6198 100644 --- a/testset/withLanguage/invalid/properties/integer/binary.json +++ b/testset/withLanguage/invalid/properties/integer/binary.json @@ -24,7 +24,7 @@ "value": "0b01010101" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/comma.json b/testset/withLanguage/invalid/properties/integer/comma.json index f1981cb..319d41d 100644 --- a/testset/withLanguage/invalid/properties/integer/comma.json +++ b/testset/withLanguage/invalid/properties/integer/comma.json @@ -24,7 +24,7 @@ "value": "2,0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/dot.json b/testset/withLanguage/invalid/properties/integer/dot.json index 144b1a3..6766a5b 100644 --- a/testset/withLanguage/invalid/properties/integer/dot.json +++ b/testset/withLanguage/invalid/properties/integer/dot.json @@ -24,7 +24,7 @@ "value": "2.0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/doubleMinus.json b/testset/withLanguage/invalid/properties/integer/doubleMinus.json index 503954d..ad24759 100644 --- a/testset/withLanguage/invalid/properties/integer/doubleMinus.json +++ b/testset/withLanguage/invalid/properties/integer/doubleMinus.json @@ -24,7 +24,7 @@ "value": "--1" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/doublePlus.json b/testset/withLanguage/invalid/properties/integer/doublePlus.json index 2e2d03d..4c219e1 100644 --- a/testset/withLanguage/invalid/properties/integer/doublePlus.json +++ b/testset/withLanguage/invalid/properties/integer/doublePlus.json @@ -24,7 +24,7 @@ "value": "++1" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/empty.json b/testset/withLanguage/invalid/properties/integer/empty.json index 4aed7ef..b1e4044 100644 --- a/testset/withLanguage/invalid/properties/integer/empty.json +++ b/testset/withLanguage/invalid/properties/integer/empty.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/hex.json b/testset/withLanguage/invalid/properties/integer/hex.json index 8928f3a..2b8d719 100644 --- a/testset/withLanguage/invalid/properties/integer/hex.json +++ b/testset/withLanguage/invalid/properties/integer/hex.json @@ -24,7 +24,7 @@ "value": "0xAA12" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/leadingWhitespace.json b/testset/withLanguage/invalid/properties/integer/leadingWhitespace.json index d8b6bf6..80aaab8 100644 --- a/testset/withLanguage/invalid/properties/integer/leadingWhitespace.json +++ b/testset/withLanguage/invalid/properties/integer/leadingWhitespace.json @@ -24,7 +24,7 @@ "value": " 5" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/leadingZero.json b/testset/withLanguage/invalid/properties/integer/leadingZero.json index 0fe3b91..5a2a8dd 100644 --- a/testset/withLanguage/invalid/properties/integer/leadingZero.json +++ b/testset/withLanguage/invalid/properties/integer/leadingZero.json @@ -24,7 +24,7 @@ "value": "01" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/nullString.json b/testset/withLanguage/invalid/properties/integer/nullString.json index 000f41b..e22fffb 100644 --- a/testset/withLanguage/invalid/properties/integer/nullString.json +++ b/testset/withLanguage/invalid/properties/integer/nullString.json @@ -24,7 +24,7 @@ "value": "null" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/plusMinus.json b/testset/withLanguage/invalid/properties/integer/plusMinus.json index 9c0fd52..26f75b5 100644 --- a/testset/withLanguage/invalid/properties/integer/plusMinus.json +++ b/testset/withLanguage/invalid/properties/integer/plusMinus.json @@ -24,7 +24,7 @@ "value": "+-0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/scientific.json b/testset/withLanguage/invalid/properties/integer/scientific.json index c4f223c..5eb706a 100644 --- a/testset/withLanguage/invalid/properties/integer/scientific.json +++ b/testset/withLanguage/invalid/properties/integer/scientific.json @@ -24,7 +24,7 @@ "value": "2.235e+02" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/space.json b/testset/withLanguage/invalid/properties/integer/space.json index d0ab726..61e5590 100644 --- a/testset/withLanguage/invalid/properties/integer/space.json +++ b/testset/withLanguage/invalid/properties/integer/space.json @@ -24,7 +24,7 @@ "value": " " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/integer/trailingWhitespace.json b/testset/withLanguage/invalid/properties/integer/trailingWhitespace.json index 26531d4..35bec3a 100644 --- a/testset/withLanguage/invalid/properties/integer/trailingWhitespace.json +++ b/testset/withLanguage/invalid/properties/integer/trailingWhitespace.json @@ -24,7 +24,7 @@ "value": "-6 " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/json/empty.json b/testset/withLanguage/invalid/properties/json/empty.json index b292f01..a42b2d5 100644 --- a/testset/withLanguage/invalid/properties/json/empty.json +++ b/testset/withLanguage/invalid/properties/json/empty.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/json/json.json b/testset/withLanguage/invalid/properties/json/json.json index 6480566..69aeccd 100644 --- a/testset/withLanguage/invalid/properties/json/json.json +++ b/testset/withLanguage/invalid/properties/json/json.json @@ -31,7 +31,7 @@ } } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/invalid/properties/json/space.json b/testset/withLanguage/invalid/properties/json/space.json index 71dcf5f..22668bc 100644 --- a/testset/withLanguage/invalid/properties/json/space.json +++ b/testset/withLanguage/invalid/properties/json/space.json @@ -24,7 +24,7 @@ "value": " " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/myLang.language.json b/testset/withLanguage/myLang.language.json index de835d1..011b094 100644 --- a/testset/withLanguage/myLang.language.json +++ b/testset/withLanguage/myLang.language.json @@ -40,7 +40,7 @@ "value": "myLang" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -99,7 +99,7 @@ "value": "myConcept" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -169,7 +169,7 @@ "value": "myConcept-stringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -221,7 +221,7 @@ "value": "myConcept-booleanProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -273,7 +273,7 @@ "value": "myConcept-integerProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -325,7 +325,7 @@ "value": "myConcept-jsonProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -377,7 +377,7 @@ "value": "myConcept-enumAProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -421,7 +421,7 @@ "value": "enumA" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -464,7 +464,7 @@ "value": "enumA-literalA-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "enumA-id" @@ -494,7 +494,7 @@ "value": "enumA-literalB-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "enumA-id" @@ -524,7 +524,7 @@ "value": "enumA-literalC-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "enumA-id" @@ -554,7 +554,7 @@ "value": "enumB" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -595,7 +595,7 @@ "value": "enumB-literalA-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": "enumB-id" @@ -633,7 +633,7 @@ "value": "mySubConcept" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -713,7 +713,7 @@ "value": "myConcept-subStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -765,7 +765,7 @@ "value": "mySubSubConcept" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -836,7 +836,7 @@ "value": "mySubConcept-subSubStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -888,7 +888,7 @@ "value": "myOtherConcept" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -959,7 +959,7 @@ "value": "myOtherConcept-otherIntegerProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -1003,7 +1003,7 @@ "value": "myIface" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -1061,7 +1061,7 @@ "value": "myIface-ifaceStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -1105,7 +1105,7 @@ "value": "otherIface" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -1168,7 +1168,7 @@ "value": "otherIface-ifaceStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -1212,7 +1212,7 @@ "value": "subIface" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -1275,7 +1275,7 @@ "value": "subIface-ifaceStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -1319,7 +1319,7 @@ "value": "combinedIface" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -1386,7 +1386,7 @@ "value": "combinedIface-ifaceStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -1430,7 +1430,7 @@ "value": "separateIface" } ], - "children": [ + "containments": [ { "containment": { "language": "LionCore-M3", @@ -1488,7 +1488,7 @@ "value": "separateIface-ifaceStringProp" } ], - "children": [], + "containments": [], "references": [ { "reference": { @@ -1508,4 +1508,4 @@ "parent": "separateIface-id" } ] -} \ No newline at end of file +} diff --git a/testset/withLanguage/valid/properties/boolean/false.json b/testset/withLanguage/valid/properties/boolean/false.json index ca6119e..bbd3f1d 100644 --- a/testset/withLanguage/valid/properties/boolean/false.json +++ b/testset/withLanguage/valid/properties/boolean/false.json @@ -24,7 +24,7 @@ "value": "false" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/boolean/null.json b/testset/withLanguage/valid/properties/boolean/null.json index a3d6296..23ac30b 100644 --- a/testset/withLanguage/valid/properties/boolean/null.json +++ b/testset/withLanguage/valid/properties/boolean/null.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/boolean/true.json b/testset/withLanguage/valid/properties/boolean/true.json index f99d7cf..0d5ba85 100644 --- a/testset/withLanguage/valid/properties/boolean/true.json +++ b/testset/withLanguage/valid/properties/boolean/true.json @@ -24,7 +24,7 @@ "value": "true" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/enum/keyA.json b/testset/withLanguage/valid/properties/enum/keyA.json index 7e9cd2a..05a1c20 100644 --- a/testset/withLanguage/valid/properties/enum/keyA.json +++ b/testset/withLanguage/valid/properties/enum/keyA.json @@ -24,7 +24,7 @@ "value": "enumA-literalA-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/enum/keyC.json b/testset/withLanguage/valid/properties/enum/keyC.json index 3e83cb5..378fddd 100644 --- a/testset/withLanguage/valid/properties/enum/keyC.json +++ b/testset/withLanguage/valid/properties/enum/keyC.json @@ -24,7 +24,7 @@ "value": "enumA-literalC-key" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/enum/null.json b/testset/withLanguage/valid/properties/enum/null.json index be7fdfb..99d77ac 100644 --- a/testset/withLanguage/valid/properties/enum/null.json +++ b/testset/withLanguage/valid/properties/enum/null.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/direct1stIface.json b/testset/withLanguage/valid/properties/inheritance/direct1stIface.json index 9673147..2623379 100644 --- a/testset/withLanguage/valid/properties/inheritance/direct1stIface.json +++ b/testset/withLanguage/valid/properties/inheritance/direct1stIface.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/direct2ndIface.json b/testset/withLanguage/valid/properties/inheritance/direct2ndIface.json index a6ada49..d087389 100644 --- a/testset/withLanguage/valid/properties/inheritance/direct2ndIface.json +++ b/testset/withLanguage/valid/properties/inheritance/direct2ndIface.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/directSuper1stIface.json b/testset/withLanguage/valid/properties/inheritance/directSuper1stIface.json index c91bde7..4182038 100644 --- a/testset/withLanguage/valid/properties/inheritance/directSuper1stIface.json +++ b/testset/withLanguage/valid/properties/inheritance/directSuper1stIface.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/directSuper2ndIface.json b/testset/withLanguage/valid/properties/inheritance/directSuper2ndIface.json index c4b4102..96e19c2 100644 --- a/testset/withLanguage/valid/properties/inheritance/directSuper2ndIface.json +++ b/testset/withLanguage/valid/properties/inheritance/directSuper2ndIface.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/directSuperConcept.json b/testset/withLanguage/valid/properties/inheritance/directSuperConcept.json index 13ab396..f02d4da 100644 --- a/testset/withLanguage/valid/properties/inheritance/directSuperConcept.json +++ b/testset/withLanguage/valid/properties/inheritance/directSuperConcept.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/indirectSuperConcept.json b/testset/withLanguage/valid/properties/inheritance/indirectSuperConcept.json index 4f28fea..83b6e13 100644 --- a/testset/withLanguage/valid/properties/inheritance/indirectSuperConcept.json +++ b/testset/withLanguage/valid/properties/inheritance/indirectSuperConcept.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/inheritance/indirectSuperIface.json b/testset/withLanguage/valid/properties/inheritance/indirectSuperIface.json index 52677cf..1b090c1 100644 --- a/testset/withLanguage/valid/properties/inheritance/indirectSuperIface.json +++ b/testset/withLanguage/valid/properties/inheritance/indirectSuperIface.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/minusZero.json b/testset/withLanguage/valid/properties/integer/minusZero.json index e210224..aa73c8e 100644 --- a/testset/withLanguage/valid/properties/integer/minusZero.json +++ b/testset/withLanguage/valid/properties/integer/minusZero.json @@ -24,7 +24,7 @@ "value": "-0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/negative.json b/testset/withLanguage/valid/properties/integer/negative.json index 56777e2..f5f7b7b 100644 --- a/testset/withLanguage/valid/properties/integer/negative.json +++ b/testset/withLanguage/valid/properties/integer/negative.json @@ -24,7 +24,7 @@ "value": "-100000" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/negativeLong.json b/testset/withLanguage/valid/properties/integer/negativeLong.json index c21d546..1fe0f25 100644 --- a/testset/withLanguage/valid/properties/integer/negativeLong.json +++ b/testset/withLanguage/valid/properties/integer/negativeLong.json @@ -24,7 +24,7 @@ "value": "-999999999900000000800000000700000000600000000500000000400000000300000000200000000100000000" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/negativeSingleDigit.json b/testset/withLanguage/valid/properties/integer/negativeSingleDigit.json index b25f9d8..0911262 100644 --- a/testset/withLanguage/valid/properties/integer/negativeSingleDigit.json +++ b/testset/withLanguage/valid/properties/integer/negativeSingleDigit.json @@ -24,7 +24,7 @@ "value": "-7" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/null.json b/testset/withLanguage/valid/properties/integer/null.json index f944292..8ab2d9a 100644 --- a/testset/withLanguage/valid/properties/integer/null.json +++ b/testset/withLanguage/valid/properties/integer/null.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/plusZero.json b/testset/withLanguage/valid/properties/integer/plusZero.json index 5d5febf..844fd74 100644 --- a/testset/withLanguage/valid/properties/integer/plusZero.json +++ b/testset/withLanguage/valid/properties/integer/plusZero.json @@ -24,7 +24,7 @@ "value": "+0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/positiveLong.json b/testset/withLanguage/valid/properties/integer/positiveLong.json index 4b04f02..b71fd25 100644 --- a/testset/withLanguage/valid/properties/integer/positiveLong.json +++ b/testset/withLanguage/valid/properties/integer/positiveLong.json @@ -24,7 +24,7 @@ "value": "100000000200000000300000000400000000500000000600000000700000000800000000900000000999999999" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/positiveSigned.json b/testset/withLanguage/valid/properties/integer/positiveSigned.json index d25f38a..44b7145 100644 --- a/testset/withLanguage/valid/properties/integer/positiveSigned.json +++ b/testset/withLanguage/valid/properties/integer/positiveSigned.json @@ -24,7 +24,7 @@ "value": "+123" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/positiveSingleDigit.json b/testset/withLanguage/valid/properties/integer/positiveSingleDigit.json index 985f2b9..4f1ca5a 100644 --- a/testset/withLanguage/valid/properties/integer/positiveSingleDigit.json +++ b/testset/withLanguage/valid/properties/integer/positiveSingleDigit.json @@ -24,7 +24,7 @@ "value": "6" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/positiveUnsigned.json b/testset/withLanguage/valid/properties/integer/positiveUnsigned.json index 18fe906..1b6c674 100644 --- a/testset/withLanguage/valid/properties/integer/positiveUnsigned.json +++ b/testset/withLanguage/valid/properties/integer/positiveUnsigned.json @@ -24,7 +24,7 @@ "value": "123" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/integer/zero.json b/testset/withLanguage/valid/properties/integer/zero.json index 4137a3e..1c44d21 100644 --- a/testset/withLanguage/valid/properties/integer/zero.json +++ b/testset/withLanguage/valid/properties/integer/zero.json @@ -24,7 +24,7 @@ "value": "0" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/json/null.json b/testset/withLanguage/valid/properties/json/null.json index 66de43c..00ae49a 100644 --- a/testset/withLanguage/valid/properties/json/null.json +++ b/testset/withLanguage/valid/properties/json/null.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/json/object.json b/testset/withLanguage/valid/properties/json/object.json index 19d3861..5378e78 100644 --- a/testset/withLanguage/valid/properties/json/object.json +++ b/testset/withLanguage/valid/properties/json/object.json @@ -24,7 +24,7 @@ "value": "{ \"key\": \"my value\",\n\"myArray\": [1, -2, true] }" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/empty.json b/testset/withLanguage/valid/properties/string/empty.json index d506f8b..18f2fab 100644 --- a/testset/withLanguage/valid/properties/string/empty.json +++ b/testset/withLanguage/valid/properties/string/empty.json @@ -24,7 +24,7 @@ "value": "" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/escaped.json b/testset/withLanguage/valid/properties/string/escaped.json index bfe81f9..4cccc3e 100644 --- a/testset/withLanguage/valid/properties/string/escaped.json +++ b/testset/withLanguage/valid/properties/string/escaped.json @@ -24,7 +24,7 @@ "value": "They said:\n \"Hello!\"" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/escapedUnicode.json b/testset/withLanguage/valid/properties/string/escapedUnicode.json index 43c3fe5..4e51f14 100644 --- a/testset/withLanguage/valid/properties/string/escapedUnicode.json +++ b/testset/withLanguage/valid/properties/string/escapedUnicode.json @@ -24,7 +24,7 @@ "value": "\uD83D\uDE10" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/falseString.json b/testset/withLanguage/valid/properties/string/falseString.json index fdc90bb..5131772 100644 --- a/testset/withLanguage/valid/properties/string/falseString.json +++ b/testset/withLanguage/valid/properties/string/falseString.json @@ -24,7 +24,7 @@ "value": "false" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/null.json b/testset/withLanguage/valid/properties/string/null.json index dc32418..49747f8 100644 --- a/testset/withLanguage/valid/properties/string/null.json +++ b/testset/withLanguage/valid/properties/string/null.json @@ -24,7 +24,7 @@ "value": null } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/nullString.json b/testset/withLanguage/valid/properties/string/nullString.json index 75cff6d..c9ca439 100644 --- a/testset/withLanguage/valid/properties/string/nullString.json +++ b/testset/withLanguage/valid/properties/string/nullString.json @@ -24,7 +24,7 @@ "value": "null" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/number.json b/testset/withLanguage/valid/properties/string/number.json index 82a79b3..cb18797 100644 --- a/testset/withLanguage/valid/properties/string/number.json +++ b/testset/withLanguage/valid/properties/string/number.json @@ -24,7 +24,7 @@ "value": "1" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/space.json b/testset/withLanguage/valid/properties/string/space.json index 36b1a9b..6be3988 100644 --- a/testset/withLanguage/valid/properties/string/space.json +++ b/testset/withLanguage/valid/properties/string/space.json @@ -24,7 +24,7 @@ "value": " " } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/trueString.json b/testset/withLanguage/valid/properties/string/trueString.json index 4e094a8..f31110a 100644 --- a/testset/withLanguage/valid/properties/string/trueString.json +++ b/testset/withLanguage/valid/properties/string/trueString.json @@ -24,7 +24,7 @@ "value": "true" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/undefinedString.json b/testset/withLanguage/valid/properties/string/undefinedString.json index 6aa9db7..548c6a6 100644 --- a/testset/withLanguage/valid/properties/string/undefinedString.json +++ b/testset/withLanguage/valid/properties/string/undefinedString.json @@ -24,7 +24,7 @@ "value": "undefined" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null diff --git a/testset/withLanguage/valid/properties/string/unicode.json b/testset/withLanguage/valid/properties/string/unicode.json index 41edcdc..091f92c 100644 --- a/testset/withLanguage/valid/properties/string/unicode.json +++ b/testset/withLanguage/valid/properties/string/unicode.json @@ -24,7 +24,7 @@ "value": "😐" } ], - "children": [], + "containments": [], "references": [], "annotations": [], "parent": null