vk-api-schema
vk-api-schema copied to clipboard
Fix widgets_widget_comment `post_type` type
"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"
},