Skip to content

Commit

Permalink
Merge branch 'gh-pages-deploy' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Mar 4, 2021
2 parents de9c933 + 77d04c3 commit 6bb1603
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions api/edge/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,21 +518,25 @@ x-assetMetadataName: &assetMetadataName
maxLength: 50
minLength: 1
description: |
A human-readable name for the asset. Good for display in user interfaces.
A human-readable name for the asset, intended for display in user
interfaces.
example: SwaggerCoin

x-assetMetadataTicker: &assetMetadataTicker
type: string
maxLength: 4
maxLength: 5
minLength: 2
description: |
A human-readable short name for the asset. Good for display in
user interfaces.
An optional human-readable very short name or acronym for the
asset, intended for display in user interfaces. If `ticker` is not
present, then `name` will be used, but it might be truncated to
fit within the available space.
example: SWAG

x-assetMetadataDescription: &assetMetadataDescription
description: |
A human-readable description for the asset. Good for display in user interfaces.
A human-readable description for the asset. Good for display in
user interfaces.
type: string
maxLength: 500

Expand All @@ -559,6 +563,8 @@ x-assetMetadataUnit: &assetMetadataUnit
description: |
The human-readable name for the larger unit of the asset. Used
for display in user interfaces.
ticker: *assetMetadataTicker

example:
name: API
decimals: 3
Expand Down

0 comments on commit 6bb1603

Please sign in to comment.