File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 16184
16184
"type": "array",
16185
16185
"required": true,
16186
16186
"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
+ }
16188
16204
},
16189
16205
"maxItems": 500
16190
16206
},
Original file line number Diff line number Diff line change 3392
3392
" last_name_gen" ,
3393
3393
" can_subscribe_stories" ,
3394
3394
" is_subscribed_stories" ,
3395
- " vk_admin_status"
3395
+ " vk_admin_status" ,
3396
+ " can_upload_story"
3396
3397
]
3397
3398
},
3398
3399
"base_user_id" : {
13326
13327
" live_finished" ,
13327
13328
" community_grouped_stories" ,
13328
13329
" app_grouped_stories" ,
13329
- " birthday"
13330
+ " birthday" ,
13331
+ " discover" ,
13332
+ " advices"
13330
13333
],
13331
13334
"description" : " Type of Feed Item" ,
13332
13335
"required" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vkontakte/api-schema" ,
3
- "version" : " 5.131.146 " ,
3
+ "version" : " 5.131.148 " ,
4
4
"description" : " VK API JSON Schema" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 7105
7105
},
7106
7106
"need_upload_screen" : {
7107
7107
"type" : " boolean"
7108
+ },
7109
+ "next_from" : {
7110
+ "type" : " string"
7108
7111
}
7109
7112
},
7110
7113
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments