mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
change amount type to string in schema file
This commit is contained in:
parent
1e2080bf47
commit
56b81f9d8d
@ -132,7 +132,7 @@ definitions:
|
||||
- public_keys
|
||||
properties:
|
||||
amount:
|
||||
type: integer
|
||||
type: string
|
||||
description: |
|
||||
Integral amount of the asset represented by this output.
|
||||
In the case of a non divisible asset, this will always be 1.
|
||||
@ -158,10 +158,6 @@ definitions:
|
||||
"$ref": "#/definitions/public_keys"
|
||||
description: |
|
||||
List of public keys associated with the conditions on an output.
|
||||
amount:
|
||||
type: integer
|
||||
description: |
|
||||
Integral amount of the asset represented by this condition.
|
||||
input:
|
||||
type: "object"
|
||||
description:
|
||||
|
Loading…
x
Reference in New Issue
Block a user