VKCOM / vk-api-schema

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

`ads_updateOfficeUsers_result`.`is_success` field unknown behavior #215

Open elias506 opened 2 years ago

elias506 commented 2 years ago

ads_updateOfficeUsers_result object has is_success field

 "is_success": {
          "type": "boolean",
          "default": true,
          "required": true
        },

At the same time it has default==true and required==true option Is that normal behavior?