chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438)

This commit is contained in:
Jon
2025-04-10 18:05:45 +01:00
committed by GitHub
parent c89010871d
commit 5826ff2cec
47 changed files with 566 additions and 1196 deletions

View File

@@ -10,12 +10,6 @@
"accent_color_id": {
"type": "integer"
},
"active_usernames": {
"type": "array",
"items": {
"type": "string"
}
},
"can_send_gift": {
"type": "boolean"
},
@@ -30,12 +24,9 @@
},
"type": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
},
"version": 1
"version": 2
}

View File

@@ -7,9 +7,6 @@
"result": {
"type": "object",
"properties": {
"is_anonymous": {
"type": "boolean"
},
"status": {
"type": "string"
},
@@ -36,5 +33,5 @@
}
}
},
"version": 1
"version": 2
}