Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8669a93

Browse files
committedMar 20, 2025·
chore: assetscale uncommented
1 parent 6a787a1 commit 8669a93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎openapi/schemas.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ components:
1919
# type: string
2020
# format: uint64
2121
# description: 'The value is an unsigned 64-bit integer amount, represented as a string.'
22-
assetCode:
23-
$ref: '#/components/schemas/assetCode'
24-
# assetScale:
25-
# $ref: '#/components/schemas/assetScale'
22+
# assetCode:
23+
# $ref: '#/components/schemas/assetCode'
24+
assetScale:
25+
$ref: '#/components/schemas/assetScale'
2626
required:
2727
# - value
28-
- assetCode
29-
# - assetScale
28+
# - assetCode
29+
- assetScale
3030
assetCode:
3131
title: Asset code
3232
type: string

0 commit comments

Comments
 (0)
Please sign in to comment.