Skip to content

Commit f96ce99

Browse files
David Leggdandelany
authored andcommitted
Update schema comment
1 parent 1d4ae0e commit f96ce99

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

orchestration-utils/src/main/java/gov/nasa/jpl/aerie/orchestration/simulation/SimulationResultsWriter.java

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -414,16 +414,21 @@ private void writeEvents(JsonGenerator resultsGenerator) {
414414
]
415415
}
416416
417-
events: {
418-
causalTime : string,
419-
realTime : Timestamp,
420-
transactionIndex : int,
421-
value : {},
422-
topic: {
423-
name : string
424-
valueSchema : {}
417+
topics: [
418+
"ActivityType.Output.DaemonCheckerSpawner": { //topic name
419+
schema: ValueSchema
420+
},
421+
]
422+
423+
events: [
424+
{
425+
causalTime : string,
426+
realTime : Timestamp,
427+
transactionIndex : int,
428+
value : {},
429+
topic: string
430+
spanId: int,
425431
}
426-
spanId: int,
427-
}
432+
]
428433
}
429434
*/

0 commit comments

Comments
 (0)