VKCOM / vk-api-schema

JSON Schema of VK API
MIT License
207 stars 64 forks source link

Add groups_group_full `is_adult` #155

Closed SevereCloud closed 4 years ago

SevereCloud commented 4 years ago

groups.getById fields=is_adult

"is_adult": 0,

В groups_group_full необходимо добавить следующее поле

"is_adult": {
    "description": "Information whether community is adult",
    "$ref": "#/definitions/base_bool_int"
},
fedorov-xyz commented 4 years ago

Спасибо, теперь поле доступно в схеме.