Skip to content

Commit 533bcb2

Browse files
apmmachineapmmachine
andauthored
synchronize json schema specs (#1677)
Co-authored-by: apmmachine <[email protected]>
1 parent ae43961 commit 533bcb2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tests/upstream/json-specs/error.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,14 @@
355355
"description": "DecodedBodySize holds the size of the decoded payload.",
356356
"type": [
357357
"null",
358-
"number"
358+
"integer"
359359
]
360360
},
361361
"encoded_body_size": {
362362
"description": "EncodedBodySize holds the size of the encoded payload.",
363363
"type": [
364364
"null",
365-
"number"
365+
"integer"
366366
]
367367
},
368368
"finished": {
@@ -410,7 +410,7 @@
410410
"description": "TransferSize holds the total size of the payload.",
411411
"type": [
412412
"null",
413-
"number"
413+
"integer"
414414
]
415415
}
416416
}

tests/upstream/json-specs/span.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@
192192
"description": "DecodedBodySize holds the size of the decoded payload.",
193193
"type": [
194194
"null",
195-
"number"
195+
"integer"
196196
]
197197
},
198198
"encoded_body_size": {
199199
"description": "EncodedBodySize holds the size of the encoded payload.",
200200
"type": [
201201
"null",
202-
"number"
202+
"integer"
203203
]
204204
},
205205
"headers": {
@@ -233,7 +233,7 @@
233233
"description": "TransferSize holds the total size of the payload.",
234234
"type": [
235235
"null",
236-
"number"
236+
"integer"
237237
]
238238
}
239239
}

tests/upstream/json-specs/transaction.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,14 @@
354354
"description": "DecodedBodySize holds the size of the decoded payload.",
355355
"type": [
356356
"null",
357-
"number"
357+
"integer"
358358
]
359359
},
360360
"encoded_body_size": {
361361
"description": "EncodedBodySize holds the size of the encoded payload.",
362362
"type": [
363363
"null",
364-
"number"
364+
"integer"
365365
]
366366
},
367367
"finished": {
@@ -409,7 +409,7 @@
409409
"description": "TransferSize holds the total size of the payload.",
410410
"type": [
411411
"null",
412-
"number"
412+
"integer"
413413
]
414414
}
415415
}

0 commit comments

Comments
 (0)