File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 402
402
{
403
403
"name" : " amount" ,
404
404
"required" : true ,
405
- "type" : " string"
405
+ "schema" : {
406
+ "type" : " string"
407
+ }
406
408
},
407
409
{
408
410
"name" : " address" ,
573
575
"type" : " object" ,
574
576
"oneOf" : [
575
577
{
576
- "description" : " Output denotes a token transfer."
578
+ "description" : " Output denotes a token transfer." ,
577
579
"properties" : {
578
580
"value" : {
579
581
"description" : " Amount of tokens to transfer." ,
587
589
"address" : {
588
590
"description" : " Recipient of token transfer." ,
589
591
"$ref" : " #/components/schemas/Address"
590
- },
592
+ }
591
593
},
592
594
"required" : [" value" , " address" ]
593
595
},
594
596
{
595
- "description" : " Output is a 'data output'. Register arbitrary data on the blockchain."
597
+ "description" : " Output is a 'data output'. Register arbitrary data on the blockchain." ,
596
598
"properties" : {
597
599
"type" : {
598
- "description" : " Use to mark this output as a 'data output'."
600
+ "description" : " Use to mark this output as a 'data output'." ,
599
601
"const" : " data"
600
602
},
601
603
"data" : {
602
604
"description" : " Unit of information or data point to be registered on the ledger (blockchain)." ,
603
605
"type" : " string"
604
- },
606
+ }
605
607
},
606
608
"required" : [" data" ]
607
609
}
You can’t perform that action at this time.
0 commit comments