Skip to content

Commit

Permalink
JSON-schema for public 5.131
Browse files Browse the repository at this point in the history
  • Loading branch information
vkcom committed Mar 15, 2022
1 parent b5b34d3 commit da39986
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
18 changes: 17 additions & 1 deletion methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -16184,7 +16184,23 @@
"type": "array",
"required": true,
"items": {
"type": "string"
"type": "string",
"properties": {
"owner_id": {
"type": "integer",
"format": "int64",
"entity": "owner",
"required": true
},
"photo_id": {
"type": "integer",
"minimum": 0,
"required": true
},
"access_key": {
"type": "string"
}
}
},
"maxItems": 500
},
Expand Down
7 changes: 5 additions & 2 deletions objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3392,7 +3392,8 @@
"last_name_gen",
"can_subscribe_stories",
"is_subscribed_stories",
"vk_admin_status"
"vk_admin_status",
"can_upload_story"
]
},
"base_user_id": {
Expand Down Expand Up @@ -13326,7 +13327,9 @@
"live_finished",
"community_grouped_stories",
"app_grouped_stories",
"birthday"
"birthday",
"discover",
"advices"
],
"description": "Type of Feed Item",
"required": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkontakte/api-schema",
"version": "5.131.146",
"version": "5.131.148",
"description": "VK API JSON Schema",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -7105,6 +7105,9 @@
},
"need_upload_screen": {
"type": "boolean"
},
"next_from": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit da39986

Please sign in to comment.