Skip to content

Commit da39986

Browse files
author
vkcom
committed
JSON-schema for public 5.131
1 parent b5b34d3 commit da39986

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

methods.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -16184,7 +16184,23 @@
1618416184
"type": "array",
1618516185
"required": true,
1618616186
"items": {
16187-
"type": "string"
16187+
"type": "string",
16188+
"properties": {
16189+
"owner_id": {
16190+
"type": "integer",
16191+
"format": "int64",
16192+
"entity": "owner",
16193+
"required": true
16194+
},
16195+
"photo_id": {
16196+
"type": "integer",
16197+
"minimum": 0,
16198+
"required": true
16199+
},
16200+
"access_key": {
16201+
"type": "string"
16202+
}
16203+
}
1618816204
},
1618916205
"maxItems": 500
1619016206
},

objects.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,8 @@
33923392
"last_name_gen",
33933393
"can_subscribe_stories",
33943394
"is_subscribed_stories",
3395-
"vk_admin_status"
3395+
"vk_admin_status",
3396+
"can_upload_story"
33963397
]
33973398
},
33983399
"base_user_id": {
@@ -13326,7 +13327,9 @@
1332613327
"live_finished",
1332713328
"community_grouped_stories",
1332813329
"app_grouped_stories",
13329-
"birthday"
13330+
"birthday",
13331+
"discover",
13332+
"advices"
1333013333
],
1333113334
"description": "Type of Feed Item",
1333213335
"required": true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vkontakte/api-schema",
3-
"version": "5.131.146",
3+
"version": "5.131.148",
44
"description": "VK API JSON Schema",
55
"repository": {
66
"type": "git",

responses.json

+3
Original file line numberDiff line numberDiff line change
@@ -7105,6 +7105,9 @@
71057105
},
71067106
"need_upload_screen": {
71077107
"type": "boolean"
7108+
},
7109+
"next_from": {
7110+
"type": "string"
71087111
}
71097112
},
71107113
"additionalProperties": false,

0 commit comments

Comments
 (0)