Skip to content

Commit b147241

Browse files
authored
Add optional return data for traces (#1)
* Add optional return data for traces * Add explanation for non-requirement
1 parent d7a7749 commit b147241

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/ots-types.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,3 +429,7 @@ TraceEntry:
429429
input:
430430
title: calldata of the operation
431431
$ref: '#/components/schemas/bytes'
432+
output:
433+
title: return data of the operation
434+
description: this value is optional for backward compatibility with old implementations that don't support it
435+
$ref: '#/components/schemas/bytes'

0 commit comments

Comments
 (0)