From 9b841f405a8fc706515b7581e2a3131d0dc7dc5f Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:37:46 +0200 Subject: [PATCH] chore(openapi): remove deprecated `beacon` from certificate and certificate list routes --- openapi.yaml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index fa9ddf0a16..cf088267e5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1271,7 +1271,7 @@ components: "epoch": 329, "immutable_file_number": 7060000 }, - signed_entity_type: { "MithrilStakeDistribution": 246 }, + "signed_entity_type": { "MithrilStakeDistribution": 246 }, "metadata": { "network": "mainnet", @@ -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: @@ -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", @@ -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: @@ -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",