Skip to content

Commit bd894a0

Browse files
committed
feat(openapi): add cardano_network to /status route
1 parent 08f4d82 commit bd894a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ components:
667667
required:
668668
- epoch
669669
- cardano_era
670+
- cardano_network
670671
- mithril_era
671672
- cardano_node_version
672673
- aggregator_node_version
@@ -684,6 +685,9 @@ components:
684685
cardano_era:
685686
description: Cardano era
686687
type: string
688+
cardano_network:
689+
description: Cardano network of the aggregator
690+
type: string
687691
mithril_era:
688692
description: Mithril era
689693
type: string
@@ -725,6 +729,7 @@ components:
725729
{
726730
"epoch": 329,
727731
"cardano_era": "Conway",
732+
"cardano_network": "mainnet",
728733
"mithril_era": "pythagoras",
729734
"cardano_node_version": "1.2.3",
730735
"aggregator_node_version": "4.5.6",

0 commit comments

Comments
 (0)