diff --git a/config/v3/p2p_order_create/receive.json b/config/v3/p2p_order_create/receive.json index 93b212758..c1725d492 100644 --- a/config/v3/p2p_order_create/receive.json +++ b/config/v3/p2p_order_create/receive.json @@ -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",