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

Commit dd656f7

Browse files
author
Github Workflow
committed
JSON Schema Update
1 parent aa4bced commit dd656f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/v3/p2p_order_create/receive.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@
124124
1
125125
]
126126
},
127+
"is_recommended": {
128+
"description": "Optional field, indicates if the advertiser is recommended.",
129+
"type": [
130+
"integer",
131+
"null"
132+
],
133+
"enum": [
134+
0,
135+
1,
136+
null
137+
]
138+
},
127139
"last_name": {
128140
"description": "The advertiser's last name.",
129141
"type": "string",

0 commit comments

Comments
 (0)