change amount type to string in schema file

This commit is contained in:
Scott Sadler 2017-03-14 21:45:36 +01:00
parent 1e2080bf47
commit 56b81f9d8d

View File

@ -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: