• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/app.php
  • Класс: BitrixRestAppTable
  • Вызов: AppTable::validateScope
static function validateScope()
{
	return array(
		new MainEntityValidatorLength(null, 2000),
	);
}