Skip to content

Commit

Permalink
Merge pull request #2171 from input-output-hk/piotr/fix-apidoc-metada…
Browse files Browse the repository at this point in the history
…ta-examples

Fix metadata examples in swagger.yaml
  • Loading branch information
KtorZ committed Sep 23, 2020
2 parents fcc5afb + 4a547f9 commit 0c9ce88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
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 0c9ce88

Please sign in to comment.