1
+ {
2
+ " title" : " {{escrowTitle}}" ,
3
+ " description" : " {{deliverableText}}" ,
4
+ " question" : " Which party abided by the terms of the contract?" ,
5
+ " answers" : [
6
+ {
7
+ " title" : " Refund the Buyer" ,
8
+ " description" : " Select this to return the funds to the Buyer."
9
+ } ,
10
+ {
11
+ " title" : " Pay the Seller" ,
12
+ " description" : " Select this to release the funds to the Seller."
13
+ }
14
+ ],
15
+ "policyURI": "ipfs://TODO",
16
+ "attachment": {
17
+ " label" : " Transaction Terms" ,
18
+ " uri" : " {{extraDescriptionUri}}"
19
+ } ,
20
+ "frontendUrl": "https://escrow-v2.kleros.builders/#/myTransactions/{ {externalDisputeID} }",
21
+ "arbitrableChainID": "421614",
22
+ "arbitrableAddress": "{ {arbitrator} }",
23
+ "arbitratorChainID": "421614",
24
+ "arbitratorAddress": "{ {arbitrable} }",
25
+ "metadata": {
26
+ " buyer" : " {{address}}" ,
27
+ " seller" : " {{sendingRecipientAddress}}" ,
28
+ " amount" : " {{sendingQuantity}}" ,
29
+ " asset" : " {{asset}}" ,
30
+ " deadline" : " {{deadline}}" ,
31
+ " transactionUri" : " {{transactionUri}}"
32
+ } ,
33
+ "category": "Escrow",
34
+ "specification": "KIPXXX",
35
+ "aliases": {
36
+ " Buyer" : " {{address}}" ,
37
+ " Seller" : " {{sendingRecipientAddress}}"
38
+ } ,
39
+ "version": "1.0"
40
+ }
0 commit comments