Skip to content

Commit

Permalink
Merge #2171
Browse files Browse the repository at this point in the history
2171: Fix metadata examples in swagger.yaml r=KtorZ a=piotr-iohk

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->


# Overview

- 4a547f9
  Fix metadata examples in swagger.yaml



# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra committed Sep 23, 2020
2 parents fcc5afb + 4a547f9 commit ce6efca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/api/swagger.yaml
Expand Up @@ -618,8 +618,8 @@ x-transactionMetadata: &transactionMetadata
0: { "string": "cardano" }
1: { "int": 14 }
2: { "bytes": "2512a00e9653fe49a44a5886202e24d77eeb998f" }
3: { "list": [14, 42, 1337] }
4: { "map": [{ "k": "key", "v": "value"}, { "k": "14", "v": 42 }] }
3: { "list": [ { "int": 14 }, { "int": 42 }, { "string": "1337" } ] }
4: { "map": [{ "k": { "string": "key" }, "v": { "string": "value" }}, { "k": { "int": 14 }, "v": { "int": 42 } }] }

x-stakePoolApparentPerformance: &stakePoolApparentPerformance
description: |
Expand Down

0 comments on commit ce6efca

Please sign in to comment.