File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 76
76
}
77
77
}
78
78
},
79
+ {
80
+ "type" : " object" ,
81
+ "required" : [
82
+ " contract_status"
83
+ ],
84
+ "properties" : {
85
+ "contract_status" : {
86
+ "type" : " object" ,
87
+ "required" : [
88
+ " status"
89
+ ],
90
+ "properties" : {
91
+ "status" : {
92
+ "$ref" : " #/definitions/ContractStatusLevel"
93
+ }
94
+ }
95
+ }
96
+ }
97
+ },
79
98
{
80
99
"type" : " object" ,
81
100
"required" : [
271
290
}
272
291
}
273
292
},
293
+ "ContractStatusLevel" : {
294
+ "type" : " string" ,
295
+ "enum" : [
296
+ " normal_run" ,
297
+ " stop_all_but_redeems" ,
298
+ " stop_all"
299
+ ]
300
+ },
274
301
"HumanAddr" : {
275
302
"type" : " string"
276
303
},
Original file line number Diff line number Diff line change 24
24
}
25
25
}
26
26
},
27
+ {
28
+ "type" : " object" ,
29
+ "required" : [
30
+ " contract_status"
31
+ ],
32
+ "properties" : {
33
+ "contract_status" : {
34
+ "type" : " object"
35
+ }
36
+ }
37
+ },
27
38
{
28
39
"type" : " object" ,
29
40
"required" : [
You can’t perform that action at this time.
0 commit comments