VKCOM / vk-api-schema

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

newsfeed_item_wallpost inheritance error #203

Closed FeeeeK closed 1 year ago

FeeeeK commented 2 years ago

newsfeed_item_wallpost inherits from wall_wallpost_full, which already inherits from wall_carousel_base, so there is no need to duplicate this https://github.com/VKCOM/vk-api-schema/blob/6eb72dd1c89126ca3e7d2aa5003427a162e772ed/objects.json#L10380-L10391

FeeeeK commented 2 years ago

And since this object is only used in newsfeed_newsfeed_item, there is no need to inherit from newsfeed_item_base

FeeeeK commented 2 years ago

Будет ли это исправлено? Может у вас это не вызывает никаких ошибок, но в python это считается ошибкой image