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

Commit 2a4d0cd

Browse files
author
nobody
committed
JSON Schema Update
1 parent 49bae9d commit 2a4d0cd

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

config/v3/p2p_advertiser_create/receive.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,18 @@
110110
},
111111
"chat_token": {
112112
"description": "The token to be used for authenticating the client for chat.",
113-
"type": "string",
113+
"type": [
114+
"null",
115+
"string"
116+
],
114117
"sensitive": 1
115118
},
116119
"chat_user_id": {
117120
"description": "The unique identifier for the chat user.",
118-
"type": "string"
121+
"type": [
122+
"null",
123+
"string"
124+
]
119125
},
120126
"contact_info": {
121127
"description": "Advertiser's contact information.",

config/v3/p2p_advertiser_info/receive.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,18 @@
114114
},
115115
"chat_token": {
116116
"description": "The token to be used for authenticating the client for chat.",
117-
"type": "string",
117+
"type": [
118+
"null",
119+
"string"
120+
],
118121
"sensitive": 1
119122
},
120123
"chat_user_id": {
121124
"description": "The unique identifier for the chat user.",
122-
"type": "string"
125+
"type": [
126+
"null",
127+
"string"
128+
]
123129
},
124130
"contact_info": {
125131
"description": "Advertiser's contact information.",

config/v3/p2p_advertiser_update/receive.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,18 @@
122122
},
123123
"chat_token": {
124124
"description": "The token to be used for authenticating the client for chat.",
125-
"type": "string",
125+
"type": [
126+
"null",
127+
"string"
128+
],
126129
"sensitive": 1
127130
},
128131
"chat_user_id": {
129132
"description": "The unique identifier for the chat user.",
130-
"type": "string"
133+
"type": [
134+
"null",
135+
"string"
136+
]
131137
},
132138
"contact_info": {
133139
"description": "Advertiser's contact information.",

0 commit comments

Comments
 (0)