Skip to content

Commit 47a16ac

Browse files
committed
Fix OpenAPI deprecation syntax
1 parent 36fe621 commit 47a16ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,12 @@ components:
844844
$ref: "#/components/schemas/SignedEntityType"
845845
protocol:
846846
deprecated: true
847-
$ref: "#/components/schemas/ProtocolParameters"
847+
allOf:
848+
- $ref: "#/components/schemas/ProtocolParameters"
848849
next_protocol:
849850
deprecated: true
850-
$ref: "#/components/schemas/ProtocolParameters"
851+
allOf:
852+
- $ref: "#/components/schemas/ProtocolParameters"
851853
signers:
852854
deprecated: true
853855
type: array

0 commit comments

Comments
 (0)