Skip to content

Commit f2654c9

Browse files
Damien LACHAUME / PALO-ITsfauvel
authored andcommitted
Add latest_immutable_file_number in openapi definition
1 parent 80caf37 commit f2654c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,6 +1643,7 @@ components:
16431643
- certificate_hash
16441644
- certified_transactions
16451645
- non_certified_transactions
1646+
- latest_immutable_file_number
16461647
properties:
16471648
certificate_hash:
16481649
description: Hash of the certificate that validate the merkle root of this proof
@@ -1673,6 +1674,10 @@ components:
16731674
description: Hash of the non certified Cardano transactions
16741675
type: string
16751676
format: bytes
1677+
latest_immutable_file_number:
1678+
description: Last immutable file number
1679+
type: integer
1680+
format: int64
16761681
example:
16771682
{
16781683
"certificate_hash": "7905e83ab5d7bc082c1bbc3033bfd19c539078830d19080d1f241c70aa532572",
@@ -1681,6 +1686,7 @@ components:
16811686
"proof": "5b73136372c38302c37342c3136362c313535b5b323136362c313535b5b3232352c3230332c3235352c313030262c38322c39382c32c39332c3138342c313532352c3230332c3235352c313030262c33136362c313535b5b3232352c3230332c3235352c313030262c38322c39382c32c39332c3138342c31358322c39382c32c39332c3138342c3135362c3136362c32312c3131312c3232312c36332c3137372c3232332c3232332c31392c3537"
16821687
} ],
16831688
"non_certified_transactions": [ "732d0d1272e6e70736367ee6f6328364f6b739309666a1ea2cae34015874517" ],
1689+
"latest_immutable_file_number": 7060000
16841690
}
16851691

16861692
Error:

0 commit comments

Comments
 (0)