Skip to content

Commit

Permalink
Add optional return data for traces (#1)
Browse files Browse the repository at this point in the history
* Add optional return data for traces

* Add explanation for non-requirement
  • Loading branch information
wmitsuda authored Apr 16, 2024
1 parent d7a7749 commit b147241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schemas/ots-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,7 @@ TraceEntry:
input:
title: calldata of the operation
$ref: '#/components/schemas/bytes'
output:
title: return data of the operation
description: this value is optional for backward compatibility with old implementations that don't support it
$ref: '#/components/schemas/bytes'

0 comments on commit b147241

Please sign in to comment.