Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 30b466c

Browse files
JSON Schema Update
1 parent 27feadd commit 30b466c

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

config/v3/p2p_advertiser_info/receive.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"type": "integer"
4040
},
4141
"daily_buy": {
42-
"description": "Total of orders placed against buy adverts in the past 24 hours.",
42+
"description": "Total value of P2P buy transactions in the past 24 hours.",
4343
"type": "string"
4444
},
4545
"daily_buy_limit": {
46-
"description": "Limit for orders placed against buy adverts within a 24 hour period.",
46+
"description": "Maximum allowed value of P2P buy transactions in a 24 hour period.",
4747
"type": "string"
4848
},
4949
"daily_sell": {
50-
"description": "Total of orders placed against sell adverts in the past 24 hours.",
50+
"description": "Total value of P2P sell transactions in the past 24 hours.",
5151
"type": "string"
5252
},
5353
"daily_sell_limit": {
54-
"description": "Limit for orders placed against sell adverts within a 24 hour period.",
54+
"description": "Maximum allowed value of P2P sell transactions in a 24 hour period.",
5555
"type": "string"
5656
},
5757
"default_advert_description": {

config/v3/p2p_advertiser_update/receive.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@
4040
"description": "The epoch time that the client became an advertiser.",
4141
"type": "integer"
4242
},
43+
"daily_buy": {
44+
"description": "Total value of P2P buy transactions in the past 24 hours.",
45+
"type": "string"
46+
},
47+
"daily_buy_limit": {
48+
"description": "Maximum allowed value of P2P buy transactions in a 24 hour period.",
49+
"type": "string"
50+
},
51+
"daily_sell": {
52+
"description": "Total value of P2P sell transactions in the past 24 hours.",
53+
"type": "string"
54+
},
55+
"daily_sell_limit": {
56+
"description": "Maximum allowed value of P2P sell transactions in a 24 hour period.",
57+
"type": "string"
58+
},
4359
"default_advert_description": {
4460
"description": "Default description that can be used every time an advert is created.",
4561
"type": "string"

0 commit comments

Comments
 (0)