Skip to content

Commit 213ba1d

Browse files
committed
Fix openapi formatting
1 parent f8da4c6 commit 213ba1d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

openapi.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ components:
666666
cardano_transactions_signing_config:
667667
description: |
668668
Cardano transactions signing configuration
669-
669+
670670
Mandatory if `signed_entity_types` contains `CardanoTransactions`.
671671
type: object
672672
additionalProperties: false
@@ -697,10 +697,7 @@ components:
697697
"cardano_transactions_prover":
698698
{ "max_hashes_allowed_by_request": 100 },
699699
"cardano_transactions_signing_config":
700-
{
701-
"security_parameter": 100,
702-
"step": 10
703-
}
700+
{ "security_parameter": 100, "step": 10 }
704701
}
705702
}
706703

0 commit comments

Comments
 (0)