Skip to content

Commit

Permalink
chore(openapi): remove deprecated beacon from certificate and certi…
Browse files Browse the repository at this point in the history
…ficate list routes
  • Loading branch information
Alenar committed Oct 28, 2024
1 parent ff5f76b commit 9b841f4
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ components:
"epoch": 329,
"immutable_file_number": 7060000
},
signed_entity_type: { "MithrilStakeDistribution": 246 },
"signed_entity_type": { "MithrilStakeDistribution": 246 },
"metadata":
{
"network": "mainnet",
Expand Down Expand Up @@ -1318,10 +1318,6 @@ components:
format: bytes
epoch:
$ref: "#/components/schemas/Epoch"
beacon:
deprecated: true
allOf:
- $ref: "#/components/schemas/CardanoDbBeacon"
signed_entity_type:
$ref: "#/components/schemas/SignedEntityType"
metadata:
Expand All @@ -1341,13 +1337,7 @@ components:
"hash": "9dc998101590f733f7a50e7c03b5b336e69a751cc02d811395d49618db3ba3d7",
"previous_hash": "aa2ddfb87a17103bdf15bfb21a2941b3f3223a3c8d710910496c392b14f8c403",
"epoch": 32,
"beacon":
{
"network": "mainnet",
"epoch": 329,
"immutable_file_number": 7060000
},
signed_entity_type: { "MithrilStakeDistribution": 246 },
"signed_entity_type": { "MithrilStakeDistribution": 246 },
"metadata":
{
"network": "mainnet",
Expand Down Expand Up @@ -1443,10 +1433,6 @@ components:
format: bytes
epoch:
$ref: "#/components/schemas/Epoch"
beacon:
deprecated: true
allOf:
- $ref: "#/components/schemas/CardanoDbBeacon"
signed_entity_type:
$ref: "#/components/schemas/SignedEntityType"
metadata:
Expand Down Expand Up @@ -1474,13 +1460,7 @@ components:
"hash": "9dc998101590f733f7a50e7c03b5b336e69a751cc02d811395d49618db3ba3d7",
"previous_hash": "aa2ddfb87a17103bdf15bfb21a2941b3f3223a3c8d710910496c392b14f8c403",
"epoch": 329,
"beacon":
{
"network": "mainnet",
"epoch": 329,
"immutable_file_number": 7060000
},
signed_entity_type: { "MithrilStakeDistribution": 246 },
"signed_entity_type": { "MithrilStakeDistribution": 246 },
"metadata":
{
"network": "mainnet",
Expand Down

0 comments on commit 9b841f4

Please sign in to comment.