-
Notifications
You must be signed in to change notification settings - Fork 7
/
rest-api.yaml
284 lines (284 loc) · 9.87 KB
/
rest-api.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
openapi: 3.0.3
info:
title: INX-POI REST API
description: This document specifies the REST API for the INX-POI extension.
contact:
email: [email protected]
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
version: 2.0.0
externalDocs:
description: Find out more about IOTA
url: https://iota.org
servers:
- url: http://127.0.0.1:14265
tags:
- name: create
description: Proof-of-Inclusion creation.
- name: validate
description: Proof-of-Inclusion validation.
paths:
/api/poi/v1/create/{blockId}:
get:
tags:
- create
summary: Returns proof data as JSON.
description: >-
Generate the proof for a block by its identifier. This endpoint returns
the given proof as JSON.
parameters:
- in: path
name: blockId
schema:
type: string
example: '0xb00ff4ee4cc5aeb94d7e901d2afe9b27ab568442e683aa2e8e9be0f8e894eb1f'
required: true
description: Identifier of the block.
responses:
'200':
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/Proof'
examples:
default:
$ref: '#/components/examples/get-proof-block-by-id-response-example'
'400':
description: 'Unsuccessful operation: indicates that the provided data is invalid.'
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: >-
Unsuccessful operation: indicates that the endpoint is not available
for public use.
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenResponse'
'404':
description: >-
Unsuccessful operation: indicates that the requested data was not
found.
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundResponse'
'500':
description: >-
Unsuccessful operation: indicates that an unexpected, internal
server error happened which prevented the node from fulfilling the
request.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalErrorResponse'
/api/poi/v1/validate:
post:
tags:
- validate
summary: Validate a proof.
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Proof'
examples:
Proof:
$ref: '#/components/examples/get-proof-block-by-id-response-example'
required: true
responses:
'200':
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateResponse'
examples:
default:
$ref: '#/components/examples/post-validate-response'
'400':
description: 'Unsuccessful operation: indicates that the provided data is invalid.'
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: >-
Unsuccessful operation: indicates that the endpoint is not available
for public use.
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenResponse'
'500':
description: >-
Unsuccessful operation: indicates that an unexpected, internal
server error happened which prevented the node from fulfilling the
request.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalErrorResponse'
components:
examples:
get-proof-block-by-id-response-example:
value:
milestone:
type: 7
index: 13
timestamp: 1653768570
protocolVersion: 2
previousMilestoneId: '0x17c0a6a711857ea46158ca46ed20daa09cf7b3fa9e7dbab67b4ba3b90ebba77a'
parents:
- '0x417aab094d8e73b439f8cc68f8e7d83be2239bb34d20332f52e9cd7d6534ae6c'
- '0x4a0dc52628bd688cfd83028d13ad4ab3b8ef9f28a44a3064fa22309660e7dc43'
- '0x5b7b045b8b09980bcc8229eb3eb304a960b035c4737e33ea1a24d65b065df83c'
- '0x9b7d35e3e17f00e8bf221890a55ae14bbd0a52a4624defa6a88d5235e00c7d80'
- '0xc8e8ca9c3c9a5111520b41c37086f7e0249ed1a8d619976f011be8abeb8771a8'
- '0xf5d25ae03293dc54115b78b100c41ac540df00925c9d0ae95431f09e3f7be1d1'
inclusionMerkleRoot: '0xee3c9836ae52b79163cd9f645099edf7e9305d669123a396d73e30e2c3bafdd1'
appliedMerkleRoot: '0x0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8'
signatures:
- type: 0
publicKey: >-
0xed3c3f1a319ff4e909cf2771d79fece0ac9bd9fd2ee49ea6c0885c9cb3b1248c
signature: >-
0x84373ad012aefc4966cd53331d40e94183ecfc81aeaf20c71ed1b98ce8a07b1cf4370ea00d97e165b7ee9e8656f351f6010dfa584ebdb66d8233c6c51e840600
- type: 0
publicKey: >-
0xf6752f5f46a53364e2ee9c4d662d762a81efd51010282a75cd6bd03f28ef349c
signature: >-
0xf444bc745a7d651012dc6b43d4fecc1ea2b17402beed7981395db0c56cc69e4ff1f585e7e52fe6317de9890a1bad2ba89c8e9c5258dba2316c01dccc8472b00b
block:
protocolVersion: 2
parents:
- '0x14eef4f3923ba0301621775e7e6f4d550006637bec639e9f9afdf2ab9d715cdb'
- '0x428079a3dbb95f8411f8831dc1bf1d3ba723327fd3ae1741eaafd22bff9eb468'
- '0x5b7b045b8b09980bcc8229eb3eb304a960b035c4737e33ea1a24d65b065df83c'
- '0x9003301a44cd04bf1911f82de72ad5a050359a880b6e02507f5d2b793b3b7ce3'
payload:
type: 5
tag: '0x484f524e4554205370616d6d6572'
data: >-
0x57652061726520616c6c206d616465206f662073746172647573742e0a436f756e743a203030303138380a54696d657374616d703a20323032322d30352d32385432303a30393a32375a0a54697073656c656374696f6e3a20323732c2b573
nonce: '299'
proof:
l:
l:
h: >-
0x6e463cb72c8639dbfc820e7a0349907e2353ac2afea3c7cf1492771d18a8e789
r:
l:
l:
h: >-
0xf5e591867dea12da2e9777f393af0d7eb7055c9ddbe08a9e235781cfb1b5bab2
r:
l:
value: >-
0xb00ff4ee4cc5aeb94d7e901d2afe9b27ab568442e683aa2e8e9be0f8e894eb1f
r:
h: >-
0xac7edca5fef53bce504e52448d06b5b1d7da9232cb6e6407a126a1262f393768
r:
h: >-
0x3757577f93f26bbe0db47b1465752ad49d220ee7ee57aa8902029f361dab6afb
r:
h: '0x9f9be742aab1eeeb033d39f2f55c421ad08bc0c7508e26c3fd116d78c1500abc'
post-validate-response:
value:
valid: true
schemas:
ErrorResponse:
description: The error format.
properties:
error:
type: object
properties:
code:
type: string
description: The application error code.
message:
type: string
description: The error reason.
required:
- code
- message
required:
- error
ForbiddenResponse:
description: Indicates that this endpoint is not available for public use.
allOf:
- $ref: '#/components/schemas/ErrorResponse'
example:
error:
code: 403
message: not available for public use
BadRequestResponse:
description: Indicates that the request was bad.
allOf:
- $ref: '#/components/schemas/ErrorResponse'
example:
error:
code: 400
message: invalid data provided
NotFoundResponse:
description: Indicates that the data was not found.
allOf:
- $ref: '#/components/schemas/ErrorResponse'
example:
error:
code: 404
message: could not find data
InternalErrorResponse:
description: >-
Indicates that the server encountered an unexpected condition, which
prevented it from fulfilling the request by the client.
allOf:
- $ref: '#/components/schemas/ErrorResponse'
example:
error:
code: 500
message: internal server error
ProofHashLeaf:
description: A leaf including a hash.
properties:
h:
type: string
ProofValueLeaf:
description: A leaf including a blockId.
properties:
value:
type: string
ProofNode:
description: A node in the merkle tree.
properties:
l:
oneOf:
- $ref: '#/components/schemas/ProofNode'
- $ref: '#/components/schemas/ProofHashLeaf'
- $ref: '#/components/schemas/ProofValueLeaf'
r:
oneOf:
- $ref: '#/components/schemas/ProofNode'
- $ref: '#/components/schemas/ProofHashLeaf'
- $ref: '#/components/schemas/ProofValueLeaf'
Proof:
description: The proof proving the inclusion of a block.
properties:
milestone:
description: Milestone payload in JSON representation. See Core API.
type: object
block:
description: Block in JSON representation. See Core API.
type: object
proof:
allOf:
- $ref: '#/components/schemas/ProofNode'
ValidateResponse:
properties:
valid:
type: boolean