Skip to content

Commit

Permalink
SDF v2.3 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcen-dgemoets committed Jan 13, 2023
1 parent ea85f4c commit 172738e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions data-format/examples/legionnaires-ec-ta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"name": "Spread",
"description": "Schema in which a pathogen propagates/spreads",
"parent": "caci_ta2:Events/00001/pathogen-progression",
"repeatable": true,
"confidence": 0.85,
"predictionProvenance": [
"caci_ta2:Events/00006/pathogen-infect-patient",
Expand Down Expand Up @@ -410,10 +411,8 @@
}
],
"children_gate": "xor",
"subgroup_events": [
"caci_ta2:Events/00004/pathogen-spread",
"caci_ta2:Events/00009/pathogen-decrease"
]
"comment": "In the original schema, continue had pathogen-spread as a child, but that causes a cycle.",
"subgroup_events": "caci_ta2:Events/00009/pathogen-decrease"
},
{
"@id": "caci_ta2:Events/00009/pathogen-decrease",
Expand Down Expand Up @@ -1559,7 +1558,7 @@
"wd_description": "foobar",
"confidence": 1,
"outlinks": "caci_ta2:Events/00002/patient-progression",
"provenance": "caci_ta2:Provenance/00001/",
"predictionProvenance": "caci_ta2:Events/00001/pathogen-progression",
"participants": {
"@id": "caci_ta2:Participants/00001/",
"roleName": "A0-Agent",
Expand All @@ -1577,7 +1576,7 @@
"wd_label": "foobar",
"wd_description": "foobar",
"confidence": 1,
"provenance": "caci_ta2:Provenance/00001/",
"predictionProvenance": "caci_ta2:Events/00002/patient-progression",
"participants": {
"@id": "caci_ta2:Participants/00002/",
"roleName": "A0-Agent",
Expand Down
4 changes: 2 additions & 2 deletions validation/moirai-clotho.jar
Git LFS file not shown

0 comments on commit 172738e

Please sign in to comment.