summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberL1 <mateusz.hf18@gmail.com>2023-09-30 23:51:24 +0200
committerCyberL1 <mateusz.hf18@gmail.com>2023-09-30 23:51:24 +0200
commit0c04f495e4f3d1cf311e3190bad5e962b6f9cf50 (patch)
tree3cb6c866e7881bf04ea606548cadadca01b2a8e3
parentAdd `mobile_network_type` to message create schema (diff)
downloadserver-0c04f495e4f3d1cf311e3190bad5e962b6f9cf50.tar.xz
Generate schema
Diffstat (limited to '')
-rw-r--r--assets/schemas.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/schemas.json b/assets/schemas.json

index 77df48bd..e893cb99 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -93099,6 +93099,9 @@ "content": { "type": "string" }, + "mobile_network_type": { + "type": "string" + }, "nonce": { "type": "string" }, @@ -97417,6 +97420,9 @@ "content": { "type": "string" }, + "mobile_network_type": { + "type": "string" + }, "nonce": { "type": "string" },