function() { return [ 'code' => [ 'type' => Type::string(), 'description' => 'поле', ], 'messages' => [ 'type' => Type::listOf(Type::string()), 'description' => 'текст ошибки', ], ]; } ]; parent::__construct($config); } }