Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Dec 13, 2024
1 parent 6580145 commit b2fbc78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/v3/p2p_order_create/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@
1
]
},
"is_recommended": {
"description": "Optional field, indicates if the advertiser is recommended.",
"type": [
"integer",
"null"
],
"enum": [
0,
1,
null
]
},
"last_name": {
"description": "The advertiser's last name.",
"type": "string",
Expand Down

0 comments on commit b2fbc78

Please sign in to comment.