Add RoundFinalizationEvent to PingResponse (#200)

This commit is contained in:
Pietralberto Mazza
2024-07-11 14:21:12 +02:00
committed by GitHub
parent d10c724ced
commit 4ff1c7c87a
5 changed files with 252 additions and 228 deletions

View File

@@ -518,8 +518,10 @@
"type": "array",
"items": {
"type": "string"
},
"title": "TODO: improve this response (returns oneof the round event)"
}
},
"event": {
"$ref": "#/definitions/v1RoundFinalizationEvent"
}
}
},