VKCOM / vk-api-schema

JSON Schema of VK API
MIT License
206 stars 63 forks source link

Fix widgets_widget_comment `post_type` type #151

Open SevereCloud opened 4 years ago

SevereCloud commented 4 years ago

widgets.getComments

"post_type": "post",

https://github.com/VKCOM/vk-api-schema/blob/adb15c42976ce612c5a6e6a94520feb8ded32973/objects.json#L13482-L13485

Неверный тип.

 "post_type": { 
-   "type": "integer", 
+   "type": "string", 
   "description": "Post type" 
 },